Color names in this palette
CSS code for this palette
/* CSS */
.picton-blue {
color: #5d9ed0;
}
.thresher-shark {
color: #90cae4;
}
.everest {
color: #a1e3e0;
}
.casino-lights {
color: #f7f0b0;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--picton-blue:#5d9ed0;
--thresher-shark:#90cae4;
--everest:#a1e3e0;
--casino-lights:#f7f0b0;
--shrimp-cocktail:#f4a462;
}