Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #aad9e4;
}
.matt-pink {
color: #ffb8c1;
}
.flavescent {
color: #f5e78e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--atlantic-ocean:#aad9e4;
--matt-pink:#ffb8c1;
--flavescent:#f5e78e;
--grapefruit-pulp:#ff6e61;
--sweet-dreams:#9fc4e9;
}