Color names in this palette
CSS code for this palette
/* CSS */
.tulip-soft-blue {
color: #c3c6d5;
}
.childish-wonder {
color: #a6a7d9;
}
.blue-electress {
color: #6b9cd1;
}
.walker-lake {
color: #3c8bb9;
}
.riviera-paradise {
color: #00999e;
}
/* CSS Variables */
:root {
--tulip-soft-blue:#c3c6d5;
--childish-wonder:#a6a7d9;
--blue-electress:#6b9cd1;
--walker-lake:#3c8bb9;
--riviera-paradise:#00999e;
}