Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.corn-stalk {
color: #fcdba6;
}
.ode-to-green {
color: #b9e4d8;
}
.baby-blue-eyes {
color: #9fc8f4;
}
.kindred {
color: #709ddb;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--corn-stalk:#fcdba6;
--ode-to-green:#b9e4d8;
--baby-blue-eyes:#9fc8f4;
--kindred:#709ddb;
}