Color names in this palette
CSS code for this palette
/* CSS */
.dancing-in-the-rain {
color: #aac6d5;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.moonlit-forest {
color: #3c6d6d;
}
.delta-green {
color: #2b4a4a;
}
.rapture {
color: #124444;
}
/* CSS Variables */
:root {
--dancing-in-the-rain:#aac6d5;
--jugendstil-turquoise:#5c9a9d;
--moonlit-forest:#3c6d6d;
--delta-green:#2b4a4a;
--rapture:#124444;
}