Color names in this palette
CSS code for this palette
/* CSS */
.boudoir-blue {
color: #7b9bdb;
}
.pale-cerulean {
color: #9fc4e0;
}
.bright-ube {
color: #d5a2e2;
}
.dream-land {
color: #f0b2e6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--boudoir-blue:#7b9bdb;
--pale-cerulean:#9fc4e0;
--bright-ube:#d5a2e2;
--dream-land:#f0b2e6;
--blush-hour:#ff7092;
}