Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.mystic-tulip {
color: #f6b8a2;
}
.cream-washed {
color: #f1e0c6;
}
.light-budgie-blue {
color: #9ed5e5;
}
.lavender-phlox {
color: #a4b4e0;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--mystic-tulip:#f6b8a2;
--cream-washed:#f1e0c6;
--light-budgie-blue:#9ed5e5;
--lavender-phlox:#a4b4e0;
}