Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.adventure-isle {
color: #6f9cb8;
}
.template {
color: #a6c8e2;
}
.carving-party {
color: #f0c49e;
}
.tiger-lily {
color: #e7583c;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--adventure-isle:#6f9cb8;
--template:#a6c8e2;
--carving-party:#f0c49e;
--tiger-lily:#e7583c;
}