Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.georgian-revival-blue {
color: #598ba1;
}
.culinary-blue {
color: #78b7c4;
}
.festival-de-verano {
color: #b3e0db;
}
.straw-hat {
color: #f1d2a7;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--georgian-revival-blue:#598ba1;
--culinary-blue:#78b7c4;
--festival-de-verano:#b3e0db;
--straw-hat:#f1d2a7;
}