Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.just-a-tease {
color: #f9d6d2;
}
.petal-poise {
color: #f6e4f0;
}
.purity {
color: #d7c4e3;
}
.atlantic-tulip {
color: #b59cc4;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--just-a-tease:#f9d6d2;
--petal-poise:#f6e4f0;
--purity:#d7c4e3;
--atlantic-tulip:#b59cc4;
}