Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a4d7e5;
}
.soft-cashmere {
color: #f1b1d5;
}
.peach-pink {
color: #ff9b8a;
}
.old-yella {
color: #ffeb99;
}
.vic-20-green {
color: #90dc8f;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a4d7e5;
--soft-cashmere:#f1b1d5;
--peach-pink:#ff9b8a;
--old-yella:#ffeb99;
--vic-20-green:#90dc8f;
}