Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-pink {
color: #f9b9b9;
}
.sparkle-glow {
color: #f6d2b6;
}
.glad-yellow {
color: #f3e2aa;
}
.faith {
color: #d7eaa9;
}
.atlantic-ocean {
color: #a8d6e6;
}
/* CSS Variables */
:root {
--ballerina-pink:#f9b9b9;
--sparkle-glow:#f6d2b6;
--glad-yellow:#f3e2aa;
--faith:#d7eaa9;
--atlantic-ocean:#a8d6e6;
}