Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.georgian-revival-blue {
color: #5e8da1;
}
.speedboat {
color: #93c0d7;
}
.venetian-yellow {
color: #f6e4a2;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--georgian-revival-blue:#5e8da1;
--speedboat:#93c0d7;
--venetian-yellow:#f6e4a2;
--breeze-of-chilli:#f26e6e;
}