Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.storm-lightning {
color: #f9e79f;
}
.whirlpool {
color: #a4daca;
}
.seaborn {
color: #85c1ae;
}
.guava-jelly {
color: #f19388;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--storm-lightning:#f9e79f;
--whirlpool:#a4daca;
--seaborn:#85c1ae;
--guava-jelly:#f19388;
}