Color names in this palette
CSS code for this palette
/* CSS */
.lavender-lustre {
color: #8a9dc1;
}
.searching-blue {
color: #6a7f9a;
}
.blue-loneliness {
color: #4a6c82;
}
.rain-storm {
color: #3e5b65;
}
.berry-blue-green {
color: #2b4b54;
}
/* CSS Variables */
:root {
--lavender-lustre:#8a9dc1;
--searching-blue:#6a7f9a;
--blue-loneliness:#4a6c82;
--rain-storm:#3e5b65;
--berry-blue-green:#2b4b54;
}