Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.cliff-blue {
color: #5b8eb9;
}
.star-spangled {
color: #3b5978;
}
.garlic-pesto {
color: #c4d600;
}
.sunset-yellow {
color: #ff8b3d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--cliff-blue:#5b8eb9;
--star-spangled:#3b5978;
--garlic-pesto:#c4d600;
--sunset-yellow:#ff8b3d;
}