Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a919e;
}
.lusty-salmon {
color: #f0b1a3;
}
.just-a-tease {
color: #f9d4d2;
}
.fine-blue {
color: #b6e2e2;
}
.iced-aqua {
color: #a6d7d9;
}
/* CSS Variables */
:root {
--safe-harbour:#1a919e;
--lusty-salmon:#f0b1a3;
--just-a-tease:#f9d4d2;
--fine-blue:#b6e2e2;
--iced-aqua:#a6d7d9;
}