Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.aqua-sea {
color: #5ea0b0;
}
.luna-moona {
color: #6fc4c8;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.english-rose {
color: #f4c7c3;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--aqua-sea:#5ea0b0;
--luna-moona:#6fc4c8;
--ice-crystal-blue:#a5e3e0;
--english-rose:#f4c7c3;
}