Color names in this palette
CSS code for this palette
/* CSS */
.southern-blue {
color: #395a89;
}
.purple-hyacinth {
color: #6a8dbe;
}
.windsor-way {
color: #a2c7e7;
}
.spring-yellow {
color: #f3e77c;
}
.adventure-island-pink {
color: #f67b55;
}
/* CSS Variables */
:root {
--southern-blue:#395a89;
--purple-hyacinth:#6a8dbe;
--windsor-way:#a2c7e7;
--spring-yellow:#f3e77c;
--adventure-island-pink:#f67b55;
}