Color names in this palette
CSS code for this palette
/* CSS */
.goluboy-blue {
color: #8cb3e3;
}
.aristocratic-pink {
color: #e1a8c9;
}
.white {
color: #ffffff;
}
.pink-chalk {
color: #f4a4c0;
}
.rose-reminder {
color: #f5c2c7;
}
/* CSS Variables */
:root {
--goluboy-blue:#8cb3e3;
--aristocratic-pink:#e1a8c9;
--white:#ffffff;
--pink-chalk:#f4a4c0;
--rose-reminder:#f5c2c7;
}