Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.the-first-daffodil {
color: #ffee8f;
}
.mountain-mint {
color: #a4e0c0;
}
.lake-lucerne {
color: #699eb5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--the-first-daffodil:#ffee8f;
--mountain-mint:#a4e0c0;
--lake-lucerne:#699eb5;
}