Color names in this palette
CSS code for this palette
/* CSS */
.picton-blue {
color: #5c9ed1;
}
.lucea {
color: #7bb2e0;
}
.terrace-pool {
color: #a3d8e0;
}
.tickled-pink {
color: #f1a7c1;
}
.first-date {
color: #f4b69f;
}
/* CSS Variables */
:root {
--picton-blue:#5c9ed1;
--lucea:#7bb2e0;
--terrace-pool:#a3d8e0;
--tickled-pink:#f1a7c1;
--first-date:#f4b69f;
}