Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.sweet-lilac {
color: #eab8d1;
}
.lavender-water {
color: #d5c7e0;
}
.minified-blue {
color: #b4d9e9;
}
.celtic-spring {
color: #a9e0b1;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--sweet-lilac:#eab8d1;
--lavender-water:#d5c7e0;
--minified-blue:#b4d9e9;
--celtic-spring:#a9e0b1;
}