Color names in this palette
CSS code for this palette
/* CSS */
.violet-gems {
color: #c4c2e5;
}
.sail-to-the-sea {
color: #9fbbf4;
}
.greek-sea {
color: #71a8e0;
}
.linoleum-blue {
color: #3f7a9d;
}
.ocean-call {
color: #2a698d;
}
/* CSS Variables */
:root {
--violet-gems:#c4c2e5;
--sail-to-the-sea:#9fbbf4;
--greek-sea:#71a8e0;
--linoleum-blue:#3f7a9d;
--ocean-call:#2a698d;
}