Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4b6e91;
}
.adventure-isle {
color: #6d9dba;
}
.blue-bows {
color: #a5c2d5;
}
.coastal-breeze {
color: #e2f3f8;
}
.mystic-tulip {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4b6e91;
--adventure-isle:#6d9dba;
--blue-bows:#a5c2d5;
--coastal-breeze:#e2f3f8;
--mystic-tulip:#f7b8a1;
}