Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.pale-gold {
color: #fedf6c;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.ultra-mint {
color: #a5e9b7;
}
.greenbrier {
color: #4c9e6a;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--pale-gold:#fedf6c;
--deep-fried-sun-rays:#f5c661;
--ultra-mint:#a5e9b7;
--greenbrier:#4c9e6a;
}