Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3c6e8b;
}
.maui-blue {
color: #4fa4b5;
}
.twisted-blue {
color: #7ac3d1;
}
.refreshing-pool {
color: #b5e4e8;
}
.belgian-cream {
color: #f8f0e2;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3c6e8b;
--maui-blue:#4fa4b5;
--twisted-blue:#7ac3d1;
--refreshing-pool:#b5e4e8;
--belgian-cream:#f8f0e2;
}