Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.atlantic-gull {
color: #4b8caf;
}
.not-a-cloud-in-sight {
color: #86c6d0;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.allspice {
color: #f8c9aa;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--atlantic-gull:#4b8caf;
--not-a-cloud-in-sight:#86c6d0;
--smooth-as-corn-silk:#f4e4b3;
--allspice:#f8c9aa;
}