Color names in this palette
CSS code for this palette
/* CSS */
.themeda-japonica {
color: #e3b33b;
}
.harmonious-gold {
color: #e8cca1;
}
.smooth-satin {
color: #a4d5d4;
}
.perfect-days {
color: #4b9eec;
}
.deep-ultramarine {
color: #3c4e96;
}
/* CSS Variables */
:root {
--themeda-japonica:#e3b33b;
--harmonious-gold:#e8cca1;
--smooth-satin:#a4d5d4;
--perfect-days:#4b9eec;
--deep-ultramarine:#3c4e96;
}