Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.riverside-blue {
color: #6bb2c2;
}
.winsome-hue {
color: #a8d6e1;
}
.oklahoma-wheat {
color: #f4e0b8;
}
.adventure-orange {
color: #f3a468;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--riverside-blue:#6bb2c2;
--winsome-hue:#a8d6e1;
--oklahoma-wheat:#f4e0b8;
--adventure-orange:#f3a468;
}