Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1f3d6b;
}
.caspian-sea {
color: #4c6e90;
}
.culinary-blue {
color: #7ab6c2;
}
.ride-off-into-the-sunset {
color: #f2d069;
}
.citrus-blast {
color: #e0793e;
}
/* CSS Variables */
:root {
--blue-mosque:#1f3d6b;
--caspian-sea:#4c6e90;
--culinary-blue:#7ab6c2;
--ride-off-into-the-sunset:#f2d069;
--citrus-blast:#e0793e;
}