Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.popcorn {
color: #f5d07a;
}
.majestic-treasures {
color: #f3e8a5;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--popcorn:#f5d07a;
--majestic-treasures:#f3e8a5;
--touch-of-turquoise:#a2d7cf;
--windstorm:#6999c3;
}