Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f8b4d8;
}
.flash-in-the-pan {
color: #ff9a75;
}
.soviet-gold {
color: #ffd900;
}
.tropical {
color: #a2e6ca;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--lavender-candy:#f8b4d8;
--flash-in-the-pan:#ff9a75;
--soviet-gold:#ffd900;
--tropical:#a2e6ca;
--blush-hour:#ff7092;
}