Color names in this palette
CSS code for this palette
/* CSS */
.blue-bubble {
color: #a5d5e9;
}
.soft-cashmere {
color: #f1b6d8;
}
.maybe-maui {
color: #f7d58d;
}
.mystic-tulip {
color: #f9b49f;
}
.lox {
color: #f08e7a;
}
/* CSS Variables */
:root {
--blue-bubble:#a5d5e9;
--soft-cashmere:#f1b6d8;
--maybe-maui:#f7d58d;
--mystic-tulip:#f9b49f;
--lox:#f08e7a;
}