Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1e7f99;
}
.tropical-escape {
color: #4bb9b4;
}
.deep-aquamarine {
color: #79e0e2;
}
.tank-yellow {
color: #f0c93d;
}
.california {
color: #e88c3b;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1e7f99;
--tropical-escape:#4bb9b4;
--deep-aquamarine:#79e0e2;
--tank-yellow:#f0c93d;
--california:#e88c3b;
}