Color names in this palette
CSS code for this palette
/* CSS */
.virginia-blue {
color: #b7c2d7;
}
.sekichiku-pink {
color: #e4afc0;
}
.sprouted {
color: #f2d48c;
}
.french-bustle {
color: #f3d3d3;
}
.aurora-orange {
color: #ea6c3e;
}
/* CSS Variables */
:root {
--virginia-blue:#b7c2d7;
--sekichiku-pink:#e4afc0;
--sprouted:#f2d48c;
--french-bustle:#f3d3d3;
--aurora-orange:#ea6c3e;
}