Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.scooter {
color: #2a8ca2;
}
.mountain-range-blue {
color: #4fb9c9;
}
.across-the-bay {
color: #b4e1e9;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--scooter:#2a8ca2;
--mountain-range-blue:#4fb9c9;
--across-the-bay:#b4e1e9;
--cor-de-pele:#f4c3c3;
}