Color names in this palette
CSS code for this palette
/* CSS */
.pacifica {
color: #4d75a3;
}
.coastal-waters {
color: #7db4d9;
}
.terrace-pool {
color: #a3d9e1;
}
.dress-up {
color: #f8c6bf;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--pacifica:#4d75a3;
--coastal-waters:#7db4d9;
--terrace-pool:#a3d9e1;
--dress-up:#f8c6bf;
--breeze-of-chilli:#f36d6d;
}