Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.double-cream {
color: #f2d8a1;
}
.basil-smash {
color: #b7e59e;
}
.nevada-sky {
color: #a3d7e6;
}
.jordy-blue {
color: #7ca5df;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--double-cream:#f2d8a1;
--basil-smash:#b7e59e;
--nevada-sky:#a3d7e6;
--jordy-blue:#7ca5df;
}