Color names in this palette
CSS code for this palette
/* CSS */
.shell-pink {
color: #f57f7f;
}
.calabrese {
color: #f1a8a2;
}
.dreamsicle {
color: #f6d7c1;
}
.gentle-glow {
color: #f8e6b9;
}
.bleached-apricot {
color: #f9c7ae;
}
/* CSS Variables */
:root {
--shell-pink:#f57f7f;
--calabrese:#f1a8a2;
--dreamsicle:#f6d7c1;
--gentle-glow:#f8e6b9;
--bleached-apricot:#f9c7ae;
}