Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3a5c7e;
}
.tech-wave {
color: #4c7c9e;
}
.estuary-blue {
color: #6da2b6;
}
.french-pass {
color: #a5d4e3;
}
.pearl-yellow {
color: #f2e3ba;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3a5c7e;
--tech-wave:#4c7c9e;
--estuary-blue:#6da2b6;
--french-pass:#a5d4e3;
--pearl-yellow:#f2e3ba;
}