Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.prominent-blue {
color: #2a7aa2;
}
.clean-pool {
color: #4cc8e1;
}
.blue-crystal-landscape {
color: #6ceae8;
}
.beyond-the-clouds {
color: #a3f0ff;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--prominent-blue:#2a7aa2;
--clean-pool:#4cc8e1;
--blue-crystal-landscape:#6ceae8;
--beyond-the-clouds:#a3f0ff;
}