Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #ff9ebd;
}
.frozen-periwinkle {
color: #c9d2f3;
}
.ganon-blue {
color: #a1e9f7;
}
.majestic-treasures {
color: #f2e7a1;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--saira-red:#ff9ebd;
--frozen-periwinkle:#c9d2f3;
--ganon-blue:#a1e9f7;
--majestic-treasures:#f2e7a1;
--n-rang-orange:#ff8052;
}