Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d9e0;
}
.calabrese {
color: #f6a8a2;
}
.lighthouse-glow {
color: #f8d668;
}
.fat-gold {
color: #e6b800;
}
.trinidad-moruga-scorpion {
color: #d0353a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d9e0;
--calabrese:#f6a8a2;
--lighthouse-glow:#f8d668;
--fat-gold:#e6b800;
--trinidad-moruga-scorpion:#d0353a;
}