Color names in this palette
CSS code for this palette
/* CSS */
.ballet-blue {
color: #b0c1d8;
}
.silly-puddy {
color: #f3afbf;
}
.milky-maize {
color: #f7d6a1;
}
.riptide {
color: #85d6ca;
}
.medium-lavender-magenta {
color: #d8a3f5;
}
/* CSS Variables */
:root {
--ballet-blue:#b0c1d8;
--silly-puddy:#f3afbf;
--milky-maize:#f7d6a1;
--riptide:#85d6ca;
--medium-lavender-magenta:#d8a3f5;
}