Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d8e0;
}
.bone-white {
color: #f1e1b1;
}
.steel-pan-mallet {
color: #6aa99f;
}
.template {
color: #a4c4e5;
}
.crashing-waves {
color: #3d6b8a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d8e0;
--bone-white:#f1e1b1;
--steel-pan-mallet:#6aa99f;
--template:#a4c4e5;
--crashing-waves:#3d6b8a;
}