Color names in this palette
CSS code for this palette
/* CSS */
.pale-lavender {
color: #e1d6ff;
}
.teclis-blue {
color: #a4b4e5;
}
.kindred {
color: #70a0db;
}
.boat-house {
color: #4e8dc1;
}
.deep-water {
color: #2b6f9c;
}
/* CSS Variables */
:root {
--pale-lavender:#e1d6ff;
--teclis-blue:#a4b4e5;
--kindred:#70a0db;
--boat-house:#4e8dc1;
--deep-water:#2b6f9c;
}