Color names in this palette
CSS code for this palette
/* CSS */
.cactus-spike {
color: #c4e0a3;
}
.windsor-way {
color: #9fc5e5;
}
.bay-s-water {
color: #7a9aae;
}
.sunday-afternoon {
color: #f6c479;
}
.pastrami {
color: #e57171;
}
/* CSS Variables */
:root {
--cactus-spike:#c4e0a3;
--windsor-way:#9fc5e5;
--bay-s-water:#7a9aae;
--sunday-afternoon:#f6c479;
--pastrami:#e57171;
}