Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.tropical-peach {
color: #ffc3b3;
}
.south-shore-sun {
color: #ffda9e;
}
.satin-green {
color: #c3e0b8;
}
.blue-bubble {
color: #a5d5e9;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--tropical-peach:#ffc3b3;
--south-shore-sun:#ffda9e;
--satin-green:#c3e0b8;
--blue-bubble:#a5d5e9;
}