Color names in this palette
CSS code for this palette
/* CSS */
.oregon-blue {
color: #3d91e6;
}
.blue-jeans {
color: #66b2f0;
}
.light-shimmer {
color: #a4d5ef;
}
.meadow-yellow {
color: #f7d98d;
}
.question-mark-block {
color: #f09b4c;
}
/* CSS Variables */
:root {
--oregon-blue:#3d91e6;
--blue-jeans:#66b2f0;
--light-shimmer:#a4d5ef;
--meadow-yellow:#f7d98d;
--question-mark-block:#f09b4c;
}