Color names in this palette
CSS code for this palette
/* CSS */
.malibu {
color: #5eb7e4;
}
.rockman-blue {
color: #2a9cf4;
}
.bayern-blue {
color: #0096d6;
}
.stomy-shower {
color: #0086b3;
}
.deep-current {
color: #007580;
}
/* CSS Variables */
:root {
--malibu:#5eb7e4;
--rockman-blue:#2a9cf4;
--bayern-blue:#0096d6;
--stomy-shower:#0086b3;
--deep-current:#007580;
}