Color names in this palette
CSS code for this palette
/* CSS */
.walker-lake {
color: #3b8bba;
}
.disembark {
color: #5eb6d9;
}
.island-paradise {
color: #8ce3e3;
}
.first-peach {
color: #f4c8c8;
}
.her-majesty {
color: #f8a5a5;
}
/* CSS Variables */
:root {
--walker-lake:#3b8bba;
--disembark:#5eb6d9;
--island-paradise:#8ce3e3;
--first-peach:#f4c8c8;
--her-majesty:#f8a5a5;
}