Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d6;
}
.peach-bud {
color: #f9b1ae;
}
.florida-sunrise {
color: #f6a76f;
}
.vanilla-pudding {
color: #f3e16d;
}
.bilious-green {
color: #a5d86e;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d6;
--peach-bud:#f9b1ae;
--florida-sunrise:#f6a76f;
--vanilla-pudding:#f3e16d;
--bilious-green:#a5d86e;
}