Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #507d9b;
}
.culinary-blue {
color: #7bb3c1;
}
.terrace-pool {
color: #a3d9e1;
}
.syndicalist {
color: #f5c400;
}
.strawberry-pink {
color: #f26e7f;
}
/* CSS Variables */
:root {
--storm-blue:#507d9b;
--culinary-blue:#7bb3c1;
--terrace-pool:#a3d9e1;
--syndicalist:#f5c400;
--strawberry-pink:#f26e7f;
}