Color names in this palette
CSS code for this palette
/* CSS */
.newport-blue {
color: #1a8ed1;
}
.sea-capture {
color: #5cbbe0;
}
.turquoise-sea {
color: #6ee1f2;
}
.golden-glam {
color: #f4b943;
}
.spicy-paella {
color: #f18d3b;
}
/* CSS Variables */
:root {
--newport-blue:#1a8ed1;
--sea-capture:#5cbbe0;
--turquoise-sea:#6ee1f2;
--golden-glam:#f4b943;
--spicy-paella:#f18d3b;
}