Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.florida-turquoise {
color: #6ab4b1;
}
.atoll {
color: #2e7b7f;
}
.mulberry-purple {
color: #4b3a5f;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--deep-fried-sun-rays:#f4c65d;
--florida-turquoise:#6ab4b1;
--atoll:#2e7b7f;
--mulberry-purple:#4b3a5f;
}