Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.gondolier {
color: #5eb4c5;
}
.terrace-pool {
color: #9edbe0;
}
.rozowy-pink {
color: #f1a7b7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--gondolier:#5eb4c5;
--terrace-pool:#9edbe0;
--rozowy-pink:#f1a7b7;
--grapefruit-pulp:#ff6e61;
}