Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00a8d6;
}
.clean-pool {
color: #4fc9e8;
}
.uranus {
color: #a7eaf1;
}
.french-vanilla {
color: #f1e1a7;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--malibu-blue:#00a8d6;
--clean-pool:#4fc9e8;
--uranus:#a7eaf1;
--french-vanilla:#f1e1a7;
--snow-white-blush:#f9aeae;
}