Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d8e0;
}
.diamond-white {
color: #e0f1f5;
}
.sheer-lavender {
color: #f0e0f0;
}
.english-rose {
color: #f7c5c5;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d8e0;
--diamond-white:#e0f1f5;
--sheer-lavender:#f0e0f0;
--english-rose:#f7c5c5;
--blue-angels-yellow:#fab700;
}