Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb59e;
}
.spirited-yellow {
color: #ffdc85;
}
.pale-banana {
color: #f6e48e;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--persicus:#ffb59e;
--spirited-yellow:#ffdc85;
--pale-banana:#f6e48e;
}