Color names in this palette
CSS code for this palette
/* CSS */
.frosted-blueberries {
color: #0a55d6;
}
.oregon-blue {
color: #3c8cdd;
}
.fly-away {
color: #7db2f2;
}
.van-gogh-blue {
color: #a8d7f5;
}
.frosty-morning {
color: #efe6e8;
}
/* CSS Variables */
:root {
--frosted-blueberries:#0a55d6;
--oregon-blue:#3c8cdd;
--fly-away:#7db2f2;
--van-gogh-blue:#a8d7f5;
--frosty-morning:#efe6e8;
}