Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d83b6a;
}
.copper-river {
color: #f5a26b;
}
.vanilla-pudding {
color: #f5e56b;
}
.minted-elegance {
color: #69c9a3;
}
.christmas-blue {
color: #2f8bc1;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d83b6a;
--copper-river:#f5a26b;
--vanilla-pudding:#f5e56b;
--minted-elegance:#69c9a3;
--christmas-blue:#2f8bc1;
}