Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1f5d89;
}
.navagio-bay {
color: #3d8db3;
}
.broom-butterfly-blue {
color: #6bb3d6;
}
.azure-sky {
color: #b3e2f4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--oceanic-motion:#1f5d89;
--navagio-bay:#3d8db3;
--broom-butterfly-blue:#6bb3d6;
--azure-sky:#b3e2f4;
--squash-blossom:#f6b83c;
}