Color names in this palette
CSS code for this palette
/* CSS */
.sweet-illusion {
color: #e1e8ea;
}
.hazy-daze {
color: #a6b9c5;
}
.scanda {
color: #6e8daa;
}
.berry-pie {
color: #4d6d8f;
}
.quiet-peace {
color: #3a4a64;
}
/* CSS Variables */
:root {
--sweet-illusion:#e1e8ea;
--hazy-daze:#a6b9c5;
--scanda:#6e8daa;
--berry-pie:#4d6d8f;
--quiet-peace:#3a4a64;
}