Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.open-sesame {
color: #f9e2a9;
}
.light-green-glint {
color: #e5f6d5;
}
.blue-click {
color: #a6d6e8;
}
.goluboy-blue {
color: #89b4e1;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--open-sesame:#f9e2a9;
--light-green-glint:#e5f6d5;
--blue-click:#a6d6e8;
--goluboy-blue:#89b4e1;
}