Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.wake-me-up {
color: #f6d55a;
}
.patrinia-flowers {
color: #dab510;
}
.casting-sea {
color: #3f89c6;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--wake-me-up:#f6d55a;
--patrinia-flowers:#dab510;
--casting-sea:#3f89c6;
}