Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.clean-pool {
color: #4cc8e1;
}
.blizzard-blue {
color: #a4e1f4;
}
.salmon-eggs {
color: #f4d65d;
}
.chinese-lantern {
color: #f28e50;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--clean-pool:#4cc8e1;
--blizzard-blue:#a4e1f4;
--salmon-eggs:#f4d65d;
--chinese-lantern:#f28e50;
}