Color names in this palette
CSS code for this palette
/* CSS */
.lavender-phlox {
color: #a8b5e1;
}
.frost-fairy {
color: #b7c7f0;
}
.terrace-pool {
color: #a1dae2;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.chinese-lantern {
color: #f08e51;
}
/* CSS Variables */
:root {
--lavender-phlox:#a8b5e1;
--frost-fairy:#b7c7f0;
--terrace-pool:#a1dae2;
--deep-fried-sun-rays:#f4c65d;
--chinese-lantern:#f08e51;
}