Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.atlantic-gull {
color: #4b8aaf;
}
.aftercare {
color: #83c0d2;
}
.siesta-sands {
color: #f1e6df;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--atlantic-gull:#4b8aaf;
--aftercare:#83c0d2;
--siesta-sands:#f1e6df;
--nacho:#ffcb5c;
}