Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.verditer {
color: #00b3aa;
}
.tropical-light {
color: #a1d86e;
}
.trapunto {
color: #f6eab6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--verditer:#00b3aa;
--tropical-light:#a1d86e;
--trapunto:#f6eab6;
--grapefruit-pulp:#ff6e61;
}