Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.lemon-meringue {
color: #f6e298;
}
.french-pass {
color: #a3d3e0;
}
.sea-loch {
color: #6d9bd0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--lemon-meringue:#f6e298;
--french-pass:#a3d3e0;
--sea-loch:#6d9bd0;
}