Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9ed6e0;
}
.jaguar-rose {
color: #f1b1b6;
}
.love-affair {
color: #ffbdc8;
}
.milky-maize {
color: #f7d7a1;
}
.portland-orange {
color: #ff5938;
}
/* CSS Variables */
:root {
--ocean-cruise:#9ed6e0;
--jaguar-rose:#f1b1b6;
--love-affair:#ffbdc8;
--milky-maize:#f7d7a1;
--portland-orange:#ff5938;
}