Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.think-pink {
color: #eaa4c1;
}
.new-violet {
color: #d5c1e1;
}
.basin-blue {
color: #b8e1e5;
}
.midwinter-mist {
color: #a4d7da;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--think-pink:#eaa4c1;
--new-violet:#d5c1e1;
--basin-blue:#b8e1e5;
--midwinter-mist:#a4d7da;
}