Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c2d4e5;
}
.blue-tribute {
color: #a7b9c8;
}
.blueberry-buckle {
color: #899ab3;
}
.peach-damask {
color: #f6c5a7;
}
.fire-island {
color: #d74f37;
}
/* CSS Variables */
:root {
--light-ridge-light:#c2d4e5;
--blue-tribute:#a7b9c8;
--blueberry-buckle:#899ab3;
--peach-damask:#f6c5a7;
--fire-island:#d74f37;
}