Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b4074;
}
.muted-blue {
color: #3c6e9f;
}
.meadow-blossom-blue {
color: #7cb1d5;
}
.jackfruit {
color: #f5c87f;
}
.breeze-of-chilli {
color: #f07070;
}
/* CSS Variables */
:root {
--assault:#1b4074;
--muted-blue:#3c6e9f;
--meadow-blossom-blue:#7cb1d5;
--jackfruit:#f5c87f;
--breeze-of-chilli:#f07070;
}