Color names in this palette
CSS code for this palette
/* CSS */
.peach-pink {
color: #ff998a;
}
.cheesus {
color: #ffca75;
}
.hawkbit {
color: #ffdc6b;
}
.weekend-gardener {
color: #a1e3a5;
}
.windjammer {
color: #5ca9e0;
}
/* CSS Variables */
:root {
--peach-pink:#ff998a;
--cheesus:#ffca75;
--hawkbit:#ffdc6b;
--weekend-gardener:#a1e3a5;
--windjammer:#5ca9e0;
}