Color names in this palette
CSS code for this palette
/* CSS */
.spritzig {
color: #78c6e8;
}
.disembark {
color: #5eb6d9;
}
.sardinia-beaches {
color: #2ca2c9;
}
.blue-mediterranean {
color: #1f7e9e;
}
.terror-from-the-deep {
color: #1a4c6b;
}
/* CSS Variables */
:root {
--spritzig:#78c6e8;
--disembark:#5eb6d9;
--sardinia-beaches:#2ca2c9;
--blue-mediterranean:#1f7e9e;
--terror-from-the-deep:#1a4c6b;
}