Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8b9f;
}
.panorama-blue {
color: #3bc0c4;
}
.turquoise-chalk {
color: #6de3e1;
}
.majestic-treasures {
color: #f1e8a2;
}
.first-date {
color: #f4b1a4;
}
/* CSS Variables */
:root {
--waikiki:#1e8b9f;
--panorama-blue:#3bc0c4;
--turquoise-chalk:#6de3e1;
--majestic-treasures:#f1e8a2;
--first-date:#f4b1a4;
}