Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.cream-rose {
color: #f6e5df;
}
.soft-cashmere {
color: #f2b1d8;
}
.blackberry-yogurt {
color: #e6b6e7;
}
.perano {
color: #b3b3e6;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--cream-rose:#f6e5df;
--soft-cashmere:#f2b1d8;
--blackberry-yogurt:#e6b6e7;
--perano:#b3b3e6;
}