Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4c6f9a;
}
.estuary-blue {
color: #6fa5b8;
}
.light-budgie-blue {
color: #9ed5e5;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.hibiscus-petal {
color: #f2a6aa;
}
/* CSS Variables */
:root {
--cobalt-flame:#4c6f9a;
--estuary-blue:#6fa5b8;
--light-budgie-blue:#9ed5e5;
--smooth-as-corn-silk:#f4e2b3;
--hibiscus-petal:#f2a6aa;
}