Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e0f9;
}
.light-budgie-blue {
color: #9fd7e5;
}
.water-flow {
color: #7cc6d5;
}
.latigo-bay {
color: #3b9a9b;
}
.moonlit-pool {
color: #1f5c5c;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e0f9;
--light-budgie-blue:#9fd7e5;
--water-flow:#7cc6d5;
--latigo-bay:#3b9a9b;
--moonlit-pool:#1f5c5c;
}