Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1b91bb;
}
.gondolier {
color: #5ab0c4;
}
.exotic-escape {
color: #98d7e1;
}
.diamond-white {
color: #e0f0f5;
}
.sentimental-pink {
color: #f9f0f4;
}
/* CSS Variables */
:root {
--spa-dream:#1b91bb;
--gondolier:#5ab0c4;
--exotic-escape:#98d7e1;
--diamond-white:#e0f0f5;
--sentimental-pink:#f9f0f4;
}