Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.deep-fried-sun-rays {
color: #f4c45d;
}
.everest {
color: #a1e8e1;
}
.peaceful-river {
color: #4a9cd3;
}
.jubilee {
color: #7d5c99;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--deep-fried-sun-rays:#f4c45d;
--everest:#a1e8e1;
--peaceful-river:#4a9cd3;
--jubilee:#7d5c99;
}