Color names in this palette
CSS code for this palette
/* CSS */
.blue-sonki {
color: #4e88c6;
}
.goluboy-blue {
color: #8ab4e0;
}
.foamy-surf {
color: #b2d4e0;
}
.french-vanilla {
color: #f1e2a7;
}
.certain-peach {
color: #f3b9a0;
}
/* CSS Variables */
:root {
--blue-sonki:#4e88c6;
--goluboy-blue:#8ab4e0;
--foamy-surf:#b2d4e0;
--french-vanilla:#f1e2a7;
--certain-peach:#f3b9a0;
}