Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.basin-blue {
color: #bae1e3;
}
.vanilla {
color: #f3e4aa;
}
.peach-damask {
color: #f7c6a6;
}
.salsa-sizzle {
color: #f07b3d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--basin-blue:#bae1e3;
--vanilla:#f3e4aa;
--peach-damask:#f7c6a6;
--salsa-sizzle:#f07b3d;
}