Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.saxony-blue {
color: #1e6d8a;
}
.santorini {
color: #3db7d6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--saxony-blue:#1e6d8a;
--santorini:#3db7d6;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}