Color names in this palette
CSS code for this palette
/* CSS */
.walker-lake {
color: #3b8bba;
}
.xavier-blue {
color: #6ab4e2;
}
.van-gogh-blue {
color: #a8e0f5;
}
.pink-lady {
color: #f2d7b5;
}
.just-blush {
color: #f9b4a4;
}
/* CSS Variables */
:root {
--walker-lake:#3b8bba;
--xavier-blue:#6ab4e2;
--van-gogh-blue:#a8e0f5;
--pink-lady:#f2d7b5;
--just-blush:#f9b4a4;
}