Color names in this palette
CSS code for this palette
/* CSS */
.brittany-blue {
color: #4b7d8b;
}
.florida-turquoise {
color: #6bb8b0;
}
.neverland {
color: #9be8d4;
}
.bone-white {
color: #f1e0b1;
}
.spicy-paella {
color: #f2903a;
}
/* CSS Variables */
:root {
--brittany-blue:#4b7d8b;
--florida-turquoise:#6bb8b0;
--neverland:#9be8d4;
--bone-white:#f1e0b1;
--spicy-paella:#f2903a;
}