Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.cadet-blue {
color: #609d9f;
}
.sunny-mood {
color: #f7c94b;
}
.childhood-crush {
color: #e26a6a;
}
.grenadier {
color: #c34c37;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--cadet-blue:#609d9f;
--sunny-mood:#f7c94b;
--childhood-crush:#e26a6a;
--grenadier:#c34c37;
}