Color names in this palette
CSS code for this palette
/* CSS */
.fish-net-blue {
color: #1c3e6d;
}
.azure-blue {
color: #4e8ac6;
}
.astral-spirit {
color: #8fc4e5;
}
.squash-blossom {
color: #f6b83c;
}
.bright-delight {
color: #cf5c2a;
}
/* CSS Variables */
:root {
--fish-net-blue:#1c3e6d;
--azure-blue:#4e8ac6;
--astral-spirit:#8fc4e5;
--squash-blossom:#f6b83c;
--bright-delight:#cf5c2a;
}