Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.favourite-lady {
color: #e4c3d7;
}
.boiling-point {
color: #d8e9e7;
}
.bath-salt-green {
color: #b8e0d8;
}
.smooth-satin {
color: #a2d8d0;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--favourite-lady:#e4c3d7;
--boiling-point:#d8e9e7;
--bath-salt-green:#b8e0d8;
--smooth-satin:#a2d8d0;
}