Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb69e;
}
.tunisian-stone {
color: #ffdfb3;
}
.peasful-mint {
color: #c1f0c1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--persicus:#ffb69e;
--tunisian-stone:#ffdfb3;
--peasful-mint:#c1f0c1;
}