Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.teclis-blue {
color: #a3b9e0;
}
.cottage-blue {
color: #7a9dc2;
}
.boat-house {
color: #4b8cbe;
}
.chinese-porcelain {
color: #3b5b7d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--teclis-blue:#a3b9e0;
--cottage-blue:#7a9dc2;
--boat-house:#4b8cbe;
--chinese-porcelain:#3b5b7d;
}