Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dreams {
color: #c7e9ff;
}
.blue-click {
color: #a6d6e8;
}
.coastal-waters {
color: #7db6d9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.strawberry-avalanche {
color: #f54d3d;
}
/* CSS Variables */
:root {
--lucid-dreams:#c7e9ff;
--blue-click:#a6d6e8;
--coastal-waters:#7db6d9;
--apricot-glazed-chicken:#f5a524;
--strawberry-avalanche:#f54d3d;
}