Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.capri {
color: #00bfff;
}
.drunken-dragonfly {
color: #3ddb8c;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--capri:#00bfff;
--drunken-dragonfly:#3ddb8c;
--glitter-is-not-gold:#ffdd57;
--grapefruit-pulp:#ff6e61;
}