Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.minified-blue {
color: #b4d8e9;
}
.diamond-white {
color: #dff0f6;
}
.mountain-laurel {
color: #f6c6d6;
}
.vinaceous-cinnamon {
color: #f88b8b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--minified-blue:#b4d8e9;
--diamond-white:#dff0f6;
--mountain-laurel:#f6c6d6;
--vinaceous-cinnamon:#f88b8b;
}