first things first, you should copy this into ur css:
:root {
--light-gray: #f2f0f0;
--gray: #e3e3e3;
--dark-gray: #919191;
--darker-gray: #545454;
--logo-blue: #1D4ED8;
--darker-blue: #1E40AF;
--lighter-blue: #60A5FA;
--even-lighter-blue: #BFDBFE;
--lightest-blue: #DBEAFE;
--red: #FF0000;
--dark-orange: #ED0707;
--light-orange: #f9c56c;
--even-lighter-orange: #fcdbb8;
--strange-yellow: #dbae2e;
--green: #34D399;
--light-green: #E6F8DD;
--medium-green: #A0C99C;
--dark-green: #059669;
accent-color: #1D4ED8;
accent-color: var(--logo-blue);
}
this is what the default colors on the default spacehey profile (https://spacehey.com/spacehey) are.
when customizing my own colors, i inspect the spacehey profile, & use this as a guide
& then use a hex color picker to get the hex codes!
i hope this makes it easier to customize the colors on ur profile ! theres still tons i need to learn about page customization, & html & css in general, so feel free to shoot any advice u may have, either here or on my page! im always open to learn more ^_^ thank you for reading!!!! <3
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
cornsilkgothic
A really good catalogue of html colors is on https://html-color.codes ! I've used it in the past to get a consistent color palette, and some categories have overlap. Great if a colorpicker isn't available!