Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1f7c9e;
}
.sea-serpent {
color: #4ec7d4;
}
.charlotte {
color: #a7dfe6;
}
.peaceful-rain {
color: #f2f9f1;
}
.friendly-yellow {
color: #f6e1b1;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1f7c9e;
--sea-serpent:#4ec7d4;
--charlotte:#a7dfe6;
--peaceful-rain:#f2f9f1;
--friendly-yellow:#f6e1b1;
}