Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f4e2b3;
}
.welcome-walkway {
color: #d2c7a7;
}
.stardew {
color: #a6b1b5;
}
.blue-echo {
color: #8dbac9;
}
.blue-catch {
color: #3e7a89;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f4e2b3;
--welcome-walkway:#d2c7a7;
--stardew:#a6b1b5;
--blue-echo:#8dbac9;
--blue-catch:#3e7a89;
}