Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a0d4e9;
}
.vanilla {
color: #f3e4aa;
}
.shrimp-toast {
color: #f6c4a2;
}
.mystic-tulip {
color: #f7b8a1;
}
.sheepskin {
color: #d9b58c;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a0d4e9;
--vanilla:#f3e4aa;
--shrimp-toast:#f6c4a2;
--mystic-tulip:#f7b8a1;
--sheepskin:#d9b58c;
}