Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.faded-sunlight {
color: #ffcb6b;
}
.bicycle-yellow {
color: #ffe68a;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--fresh-cantaloupe:#ff9a6b;
--faded-sunlight:#ffcb6b;
--bicycle-yellow:#ffe68a;
--white:#ffffff;
}