Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.capri {
color: #00bfff;
}
.terrace-pool {
color: #a1dae2;
}
.just-peachy {
color: #f8c572;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--capri:#00bfff;
--terrace-pool:#a1dae2;
--just-peachy:#f8c572;
--grapefruit-pulp:#ff6e61;
}