Color names in this palette
CSS code for this palette
/* CSS */
.royal-blush {
color: #f46f57;
}
.yellow-sea {
color: #f79d36;
}
.wake-me-up {
color: #f8d359;
}
.dentist-green {
color: #99d68f;
}
.lake-thun {
color: #4ab8e3;
}
/* CSS Variables */
:root {
--royal-blush:#f46f57;
--yellow-sea:#f79d36;
--wake-me-up:#f8d359;
--dentist-green:#99d68f;
--lake-thun:#4ab8e3;
}