Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.partytime {
color: #e2a6c5;
}
.venetian-yellow {
color: #f5e6a3;
}
.true-to-you {
color: #c8d5a4;
}
.melt-ice {
color: #b3c9e5;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--partytime:#e2a6c5;
--venetian-yellow:#f5e6a3;
--true-to-you:#c8d5a4;
--melt-ice:#b3c9e5;
}