Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.clean-pool {
color: #4fb8e8;
}
.terrace-pool {
color: #a3d9e0;
}
.tamale-maize {
color: #f7e8b6;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--clean-pool:#4fb8e8;
--terrace-pool:#a3d9e0;
--tamale-maize:#f7e8b6;
--blue-angels-yellow:#fab700;
}