Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.gatsby-glitter {
color: #f0d87f;
}
.appetite {
color: #b1e2a7;
}
.big-chill {
color: #7dc8e3;
}
.cobalt-flame {
color: #4c6f9a;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--gatsby-glitter:#f0d87f;
--appetite:#b1e2a7;
--big-chill:#7dc8e3;
--cobalt-flame:#4c6f9a;
}