Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.florida-sunrise {
color: #f6ac6f;
}
.pink-beach {
color: #f6c3a7;
}
.light-ridge-light {
color: #c1d7e6;
}
.adriatic-blue {
color: #5b8b9a;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--florida-sunrise:#f6ac6f;
--pink-beach:#f6c3a7;
--light-ridge-light:#c1d7e6;
--adriatic-blue:#5b8b9a;
}