Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ocean {
color: #0090b8;
}
.iris-blue {
color: #00b8c2;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.rising-star {
color: #f6f9d7;
}
.cakepop-sorbet {
color: #f7c64b;
}
/* CSS Variables */
:root {
--hawaiian-ocean:#0090b8;
--iris-blue:#00b8c2;
--ice-crystal-blue:#a7e2e1;
--rising-star:#f6f9d7;
--cakepop-sorbet:#f7c64b;
}