Color names in this palette
CSS code for this palette
/* CSS */
.sea-capture {
color: #5cbbe0;
}
.creamy-sweet-corn {
color: #f5c24d;
}
.royal-blush {
color: #f26b50;
}
.ferocious {
color: #e0281f;
}
.dahlia {
color: #8b3b8c;
}
/* CSS Variables */
:root {
--sea-capture:#5cbbe0;
--creamy-sweet-corn:#f5c24d;
--royal-blush:#f26b50;
--ferocious:#e0281f;
--dahlia:#8b3b8c;
}