Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f7c6a6;
}
.lemon-ice-yellow {
color: #f5e3a8;
}
.light-washed-blue {
color: #aadae9;
}
.xavier-blue {
color: #6cb2e4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f7c6a6;
--lemon-ice-yellow:#f5e3a8;
--light-washed-blue:#aadae9;
--xavier-blue:#6cb2e4;
}