Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.deep-water {
color: #2b6ea1;
}
.aquella {
color: #5cb5db;
}
.tranquil-pool {
color: #8fdbff;
}
.vintage-orange {
color: #ffad5c;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--deep-water:#2b6ea1;
--aquella:#5cb5db;
--tranquil-pool:#8fdbff;
--vintage-orange:#ffad5c;
}