Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.cyan-azure {
color: #4d7cb3;
}
.everlasting {
color: #a0c1d9;
}
.coastal-breeze {
color: #e1f2f9;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--cyan-azure:#4d7cb3;
--everlasting:#a0c1d9;
--coastal-breeze:#e1f2f9;
--shrimp-toast:#f9c69f;
}