Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f3c4b4;
}
.beige-linen {
color: #e2d9c5;
}
.tidewater {
color: #c2e0dc;
}
.blue-click {
color: #a5d8e9;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f3c4b4;
--beige-linen:#e2d9c5;
--tidewater:#c2e0dc;
--blue-click:#a5d8e9;
}