Color names in this palette
CSS code for this palette
/* CSS */
.windsurfing {
color: #3b6f97;
}
.delicate-girl-blue {
color: #69b1c9;
}
.light-budgie-blue {
color: #9ed6e5;
}
.paw-paw {
color: #f9d59a;
}
.apocalyptic-orange {
color: #f76c22;
}
/* CSS Variables */
:root {
--windsurfing:#3b6f97;
--delicate-girl-blue:#69b1c9;
--light-budgie-blue:#9ed6e5;
--paw-paw:#f9d59a;
--apocalyptic-orange:#f76c22;
}