Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.mystic-tulip {
color: #f7b8a1;
}
.cheddar-corn {
color: #f7d4b6;
}
.australium-gold {
color: #e8b43b;
}
.kirby {
color: #d4498a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--mystic-tulip:#f7b8a1;
--cheddar-corn:#f7d4b6;
--australium-gold:#e8b43b;
--kirby:#d4498a;
}