Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4f6f9c;
}
.air-blue {
color: #6ba1c2;
}
.capri-water-blue {
color: #a9e0d4;
}
.yellow-tulip {
color: #f2d16e;
}
.sour-cherry {
color: #e54a38;
}
/* CSS Variables */
:root {
--cobalt-flame:#4f6f9c;
--air-blue:#6ba1c2;
--capri-water-blue:#a9e0d4;
--yellow-tulip:#f2d16e;
--sour-cherry:#e54a38;
}