Color names in this palette
CSS code for this palette
/* CSS */
.malibu {
color: #5eb7e4;
}
.sky-of-ocean {
color: #7fceeb;
}
.ganon-blue {
color: #a6e4f7;
}
.pink-marshmallow {
color: #f5b8d1;
}
.blush-hour {
color: #ff708f;
}
/* CSS Variables */
:root {
--malibu:#5eb7e4;
--sky-of-ocean:#7fceeb;
--ganon-blue:#a6e4f7;
--pink-marshmallow:#f5b8d1;
--blush-hour:#ff708f;
}