All Palettes

Color Palette #b3c3d1, #e3a1b8, #f3c8a0, #ffd900, #f57e00

0%
0%
0%

CSS code for this palette

/* CSS */
.elevated {
color: #b3c3d1;
}
.blushing-tulip {
color: #e3a1b8;
}
.avid-apricot {
color: #f3c8a0;
}
.soviet-gold {
color: #ffd900;
}
.university-of-tennessee-orange {
color: #f57e00;
}

/* CSS Variables */
:root {
--elevated:#b3c3d1;
--blushing-tulip:#e3a1b8;
--avid-apricot:#f3c8a0;
--soviet-gold:#ffd900;
--university-of-tennessee-orange:#f57e00;
}

More palettes to explore