Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.greek-sea {
color: #6ba9eb;
}
.airy-blue {
color: #8ac8f4;
}
.french-vanilla {
color: #f1e2a7;
}
.roseberry {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--greek-sea:#6ba9eb;
--airy-blue:#8ac8f4;
--french-vanilla:#f1e2a7;
--roseberry:#f7a5a1;
}