Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.stillwater {
color: #6fa3b3;
}
.terrace-pool {
color: #a1d7e3;
}
.golden-hour {
color: #f3b058;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--stillwater:#6fa3b3;
--terrace-pool:#a1d7e3;
--golden-hour:#f3b058;
--mandarin-red:#e54f3e;
}