Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f6c6d9;
}
.soft-cashmere {
color: #eeb4d4;
}
.chateau-rose {
color: #d89dd4;
}
.lavender-blossom {
color: #a780db;
}
.amparo-blue {
color: #5c6bbc;
}
/* CSS Variables */
:root {
--baby-steps:#f6c6d9;
--soft-cashmere:#eeb4d4;
--chateau-rose:#d89dd4;
--lavender-blossom:#a780db;
--amparo-blue:#5c6bbc;
}