Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4a91c4;
}
.aquamarine-blue {
color: #6cd2e0;
}
.blizzard-blue {
color: #a3e4f0;
}
.sunshine-surprise {
color: #f7b02b;
}
.bright-orange {
color: #f86c30;
}
/* CSS Variables */
:root {
--azure-blue:#4a91c4;
--aquamarine-blue:#6cd2e0;
--blizzard-blue:#a3e4f0;
--sunshine-surprise:#f7b02b;
--bright-orange:#f86c30;
}