Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f2a6b8;
}
.basin-blue {
color: #bae1e3;
}
.gold-thread {
color: #fceab0;
}
.roseberry {
color: #f7a5a1;
}
.french-lilac {
color: #e3b5d6;
}
/* CSS Variables */
:root {
--rozowy-pink:#f2a6b8;
--basin-blue:#bae1e3;
--gold-thread:#fceab0;
--roseberry:#f7a5a1;
--french-lilac:#e3b5d6;
}