Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff9d8a;
}
.affinity {
color: #ffd3a3;
}
.tranquil-sea {
color: #d2d2df;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff9d8a;
--affinity:#ffd3a3;
--tranquil-sea:#d2d2df;
--just-a-fairytale:#6b5b95;
}