Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.smooth-as-corn-silk {
color: #f5e5b2;
}
.fairway-mist {
color: #c8e8b5;
}
.blue-bubble {
color: #a5d5e9;
}
.guilliman-blue {
color: #699bf2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--smooth-as-corn-silk:#f5e5b2;
--fairway-mist:#c8e8b5;
--blue-bubble:#a5d5e9;
--guilliman-blue:#699bf2;
}