Color names in this palette
CSS code for this palette
/* CSS */
.grape-blue {
color: #1f4b70;
}
.blue-dart-frog {
color: #3b7e9b;
}
.aqua-verde {
color: #59b3c5;
}
.infinity-pool {
color: #92d4e8;
}
.creamy-cloud-dreams {
color: #fff3e0;
}
/* CSS Variables */
:root {
--grape-blue:#1f4b70;
--blue-dart-frog:#3b7e9b;
--aqua-verde:#59b3c5;
--infinity-pool:#92d4e8;
--creamy-cloud-dreams:#fff3e0;
}