Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a0d7e9;
}
.spritzig {
color: #6bcbeb;
}
.hidden-springs {
color: #1d8db9;
}
.stucco-wall {
color: #f3b29b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a0d7e9;
--spritzig:#6bcbeb;
--hidden-springs:#1d8db9;
--stucco-wall:#f3b29b;
--grapefruit-pulp:#ff6e61;
}