Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.wisley-pink {
color: #f4a499;
}
.cumquat-cream {
color: #f49b7b;
}
.mango-margarita {
color: #f4ba4e;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--wisley-pink:#f4a499;
--cumquat-cream:#f49b7b;
--mango-margarita:#f4ba4e;
--deep-fried-sun-rays:#f5c75b;
}