Color names in this palette
CSS code for this palette
/* CSS */
.heatstroke {
color: #ff7a88;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.spirited-yellow {
color: #ffdc85;
}
.old-yella {
color: #ffec99;
}
.sun-drenched {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--heatstroke:#ff7a88;
--wildflower-bouquet:#ffb3b3;
--spirited-yellow:#ffdc85;
--old-yella:#ffec99;
--sun-drenched:#ffe5a3;
}