Color names in this palette
CSS code for this palette
/* CSS */
.tender-turquoise {
color: #7cdfc5;
}
.sunday-afternoon {
color: #f9c776;
}
.pompelmo {
color: #ff6b6b;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--tender-turquoise:#7cdfc5;
--sunday-afternoon:#f9c776;
--pompelmo:#ff6b6b;
--sharegaki-persimmon:#ff9f6b;
--floral-leaf:#ffb84d;
}