Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.san-marino {
color: #496a9c;
}
.cottage-blue {
color: #7a9dc2;
}
.spotted-snake-eel {
color: #b4d3e4;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--san-marino:#496a9c;
--cottage-blue:#7a9dc2;
--spotted-snake-eel:#b4d3e4;
--silent-snowfall:#eff7fb;
}