Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.baby-tears {
color: #65b7d7;
}
.waikiki {
color: #1f8a98;
}
.quiet-storm {
color: #2c596d;
}
.gibraltar-sea {
color: #1a3956;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--baby-tears:#65b7d7;
--waikiki:#1f8a98;
--quiet-storm:#2c596d;
--gibraltar-sea:#1a3956;
}