Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e1;
}
.cream-rose {
color: #f6e5df;
}
.mystic-tulip {
color: #f7b5a1;
}
.pressed-rose {
color: #f0a8a3;
}
.athena-pink {
color: #eab8c2;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e1;
--cream-rose:#f6e5df;
--mystic-tulip:#f7b5a1;
--pressed-rose:#f0a8a3;
--athena-pink:#eab8c2;
}