Color names in this palette
CSS code for this palette
/* CSS */
.bluejay {
color: #1d84b4;
}
.shimmering-brook {
color: #61b1d1;
}
.blue-bubble {
color: #a5d6e9;
}
.siesta-sands {
color: #f1e6df;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--bluejay:#1d84b4;
--shimmering-brook:#61b1d1;
--blue-bubble:#a5d6e9;
--siesta-sands:#f1e6df;
--breeze-of-chilli:#f76e6e;
}