Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #192c4d;
}
.flounce {
color: #4c8c94;
}
.smooth-satin {
color: #a4d4d5;
}
.charlock {
color: #e3e580;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--rurikon-blue:#192c4d;
--flounce:#4c8c94;
--smooth-satin:#a4d4d5;
--charlock:#e3e580;
--creamy-sweet-corn:#f9c54e;
}