Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.gondolier {
color: #5eb4c5;
}
.magic-blue {
color: #398ca7;
}
.sea-hunter {
color: #1f5c7a;
}
.duskwood {
color: #0b3a56;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--gondolier:#5eb4c5;
--magic-blue:#398ca7;
--sea-hunter:#1f5c7a;
--duskwood:#0b3a56;
}