Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1f6f8e;
}
.panorama-blue {
color: #3bc0c4;
}
.turquoise-sea {
color: #70e0e6;
}
.peach-pink {
color: #ff998a;
}
.pale-gold {
color: #ffdf6b;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1f6f8e;
--panorama-blue:#3bc0c4;
--turquoise-sea:#70e0e6;
--peach-pink:#ff998a;
--pale-gold:#ffdf6b;
}