Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.beacon-yellow {
color: #f2cb8c;
}
.star-bright {
color: #e9e0af;
}
.southern-belle {
color: #a7d7bf;
}
.lake-lucerne {
color: #699eb5;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--beacon-yellow:#f2cb8c;
--star-bright:#e9e0af;
--southern-belle:#a7d7bf;
--lake-lucerne:#699eb5;
}