Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.sorbet-ice-mauve {
color: #a1a5d4;
}
.orchid-bouquet {
color: #d0afcf;
}
.sweetheart {
color: #f4c3da;
}
.goldsmith {
color: #f2b650;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--sorbet-ice-mauve:#a1a5d4;
--orchid-bouquet:#d0afcf;
--sweetheart:#f4c3da;
--goldsmith:#f2b650;
}