Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.prism-pink {
color: #f2a1c4;
}
.florida-sunrise {
color: #f2a96e;
}
.kowloon {
color: #e5d95d;
}
.viridine-green {
color: #c3e0a9;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--prism-pink:#f2a1c4;
--florida-sunrise:#f2a96e;
--kowloon:#e5d95d;
--viridine-green:#c3e0a9;
}