Color names in this palette
CSS code for this palette
/* CSS */
.soft-turquoise {
color: #71d4d6;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.tahitian-breeze {
color: #b4e9e4;
}
.bakery-box {
color: #eff5f3;
}
.salmon-beauty {
color: #f9c8b4;
}
/* CSS Variables */
:root {
--soft-turquoise:#71d4d6;
--ice-crystal-blue:#a4e5e2;
--tahitian-breeze:#b4e9e4;
--bakery-box:#eff5f3;
--salmon-beauty:#f9c8b4;
}