Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1b4d8d;
}
.linoleum-blue {
color: #3f7d9d;
}
.dolphin-daze {
color: #64a2b4;
}
.terrace-pool {
color: #a3d9e1;
}
.solar-plexus-chakra {
color: #f0c74c;
}
/* CSS Variables */
:root {
--olympian-blue:#1b4d8d;
--linoleum-blue:#3f7d9d;
--dolphin-daze:#64a2b4;
--terrace-pool:#a3d9e1;
--solar-plexus-chakra:#f0c74c;
}