Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9fc1e5;
}
.rose-linen {
color: #e6b1a2;
}
.peach-patch {
color: #f2d7a1;
}
.green-trance {
color: #a4d6a4;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--pale-cerulean:#9fc1e5;
--rose-linen:#e6b1a2;
--peach-patch:#f2d7a1;
--green-trance:#a4d6a4;
--snow-white-blush:#f9aeae;
}