Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d93f6b;
}
.rozowy-pink {
color: #f1a7b8;
}
.dandelion-tea {
color: #f6e8c1;
}
.blue-frosting {
color: #8ad0c0;
}
.cadet-blue {
color: #609d9f;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d93f6b;
--rozowy-pink:#f1a7b8;
--dandelion-tea:#f6e8c1;
--blue-frosting:#8ad0c0;
--cadet-blue:#609d9f;
}