Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.lake-thun {
color: #3bc5e8;
}
.hanami-pink {
color: #f2b1e4;
}
.dream-land {
color: #e9b4e7;
}
.stellar-strawberry {
color: #ff5c8a;
}
/* CSS Variables */
:root {
--black:#000000;
--lake-thun:#3bc5e8;
--hanami-pink:#f2b1e4;
--dream-land:#e9b4e7;
--stellar-strawberry:#ff5c8a;
}