Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.citrus-sachet {
color: #f5c9a8;
}
.invigorating {
color: #f0eab7;
}
.frozen-moss-green {
color: #aee0ae;
}
.aero {
color: #79b7e6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--citrus-sachet:#f5c9a8;
--invigorating:#f0eab7;
--frozen-moss-green:#aee0ae;
--aero:#79b7e6;
}