Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.electric-lemonade {
color: #5bd6e6;
}
.squash-blossom {
color: #f6b83c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--electric-lemonade:#5bd6e6;
--squash-blossom:#f6b83c;
--breeze-of-chilli:#f76e6e;
}