Color names in this palette
CSS code for this palette
/* CSS */
.lavender-fragrance {
color: #d6bdff;
}
.sky-high {
color: #a1c1e8;
}
.greek-sea {
color: #6ca4e5;
}
.clear-chill {
color: #1f8fff;
}
.sapphire-blue {
color: #005fb8;
}
/* CSS Variables */
:root {
--lavender-fragrance:#d6bdff;
--sky-high:#a1c1e8;
--greek-sea:#6ca4e5;
--clear-chill:#1f8fff;
--sapphire-blue:#005fb8;
}