Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.explorer-blue {
color: #5ca5b2;
}
.smooth-satin {
color: #a4d6d6;
}
.optimistic-yellow {
color: #f4e1a4;
}
.goldsmith {
color: #f1b24b;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--explorer-blue:#5ca5b2;
--smooth-satin:#a4d6d6;
--optimistic-yellow:#f4e1a4;
--goldsmith:#f1b24b;
}