Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-sky {
color: #89cfeb;
}
.candid-blue {
color: #6cc0e4;
}
.peaceful-river {
color: #4aa3d3;
}
.magical-merlin {
color: #3b8ec9;
}
.vermeer-blue {
color: #2f7cb6;
}
/* CSS Variables */
:root {
--afternoon-sky:#89cfeb;
--candid-blue:#6cc0e4;
--peaceful-river:#4aa3d3;
--magical-merlin:#3b8ec9;
--vermeer-blue:#2f7cb6;
}