Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d6e2;
}
.old-flame {
color: #f0b7b2;
}
.lazy-daisy {
color: #f9eca4;
}
.sunday-afternoon {
color: #f6c679;
}
.cyprus-green {
color: #699b8a;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d6e2;
--old-flame:#f0b7b2;
--lazy-daisy:#f9eca4;
--sunday-afternoon:#f6c679;
--cyprus-green:#699b8a;
}