Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8d99;
}
.clean-pool {
color: #51bcf5;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.wake-me-up {
color: #f6d55a;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--waikiki:#1e8d99;
--clean-pool:#51bcf5;
--atmospheric-soft-blue:#a8e2f0;
--wake-me-up:#f6d55a;
--butter-cream:#f5b042;
}