Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e59fc1;
}
.cool-cantaloupe {
color: #f1d2cb;
}
.smooth-as-corn-silk {
color: #f5e5b2;
}
.cool-aloe {
color: #a6d9a0;
}
.sanctuary-spa {
color: #6bb3e6;
}
/* CSS Variables */
:root {
--prettiest-pink:#e59fc1;
--cool-cantaloupe:#f1d2cb;
--smooth-as-corn-silk:#f5e5b2;
--cool-aloe:#a6d9a0;
--sanctuary-spa:#6bb3e6;
}