Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f3b7a0;
}
.honey-tone {
color: #f9d99a;
}
.soft-butter {
color: #f4e1b8;
}
.viridine-green {
color: #c8e5a9;
}
.terrace-pool {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--antique-cameo:#f3b7a0;
--honey-tone:#f9d99a;
--soft-butter:#f4e1b8;
--viridine-green:#c8e5a9;
--terrace-pool:#a3d8e0;
}