Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f6bbd3;
}
.chai-latte {
color: #f9c99f;
}
.lemon-filling {
color: #f8e6a5;
}
.reef-green {
color: #a8e1c5;
}
.tropical-escape {
color: #4cb8b2;
}
/* CSS Variables */
:root {
--dahlia-delight:#f6bbd3;
--chai-latte:#f9c99f;
--lemon-filling:#f8e6a5;
--reef-green:#a8e1c5;
--tropical-escape:#4cb8b2;
}