Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lolly {
color: #ff9c8f;
}
.island-girl {
color: #ffb499;
}
.bachimitsu-gold {
color: #ffdca3;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lolly:#ff9c8f;
--island-girl:#ffb499;
--bachimitsu-gold:#ffdca3;
--sun-drenched:#ffe8a3;
}