Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2a6b8d;
}
.starflower-blue {
color: #4a9cb5;
}
.cologne {
color: #76c1d5;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.pasta {
color: #f8e2af;
}
/* CSS Variables */
:root {
--ocean-call:#2a6b8d;
--starflower-blue:#4a9cb5;
--cologne:#76c1d5;
--ice-crystal-blue:#a5e3e0;
--pasta:#f8e2af;
}