Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c8;
}
.emperor-s-children {
color: #f6a2b6;
}
.geranium-pink {
color: #f68e9a;
}
.sugar-coral {
color: #f76977;
}
.khmer-curry {
color: #f0565e;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c8;
--emperor-s-children:#f6a2b6;
--geranium-pink:#f68e9a;
--sugar-coral:#f76977;
--khmer-curry:#f0565e;
}