Color names in this palette
CSS code for this palette
/* CSS */
.squeaky {
color: #6dc3d5;
}
.terrace-pool {
color: #a2d8e2;
}
.bicycle-yellow {
color: #fce68d;
}
.blushing-apricot {
color: #f9b9a4;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--squeaky:#6dc3d5;
--terrace-pool:#a2d8e2;
--bicycle-yellow:#fce68d;
--blushing-apricot:#f9b9a4;
--breeze-of-chilli:#f76e6e;
}