Color names in this palette
CSS code for this palette
/* CSS */
.venus-pink {
color: #f0e6e5;
}
.english-hollyhock {
color: #b5c8d4;
}
.dresden-doll {
color: #90a5c6;
}
.hydroport {
color: #5b9b9f;
}
.cranach-blue {
color: #2c7d8c;
}
/* CSS Variables */
:root {
--venus-pink:#f0e6e5;
--english-hollyhock:#b5c8d4;
--dresden-doll:#90a5c6;
--hydroport:#5b9b9f;
--cranach-blue:#2c7d8c;
}