Color names in this palette
CSS code for this palette
/* CSS */
.frozen-landscape {
color: #b3e0ff;
}
.chromis-damsel-blue {
color: #84c8f5;
}
.waimea-blue {
color: #4ca4d6;
}
.stomy-shower {
color: #0086b3;
}
.buccaneer-blue {
color: #00588f;
}
/* CSS Variables */
:root {
--frozen-landscape:#b3e0ff;
--chromis-damsel-blue:#84c8f5;
--waimea-blue:#4ca4d6;
--stomy-shower:#0086b3;
--buccaneer-blue:#00588f;
}