Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c2d5e5;
}
.simpatico-blue {
color: #aac1d5;
}
.cerulean-frost {
color: #6b9cc2;
}
.turkish-stone {
color: #2b7a91;
}
.victorian-peacock {
color: #144e66;
}
/* CSS Variables */
:root {
--light-ridge-light:#c2d5e5;
--simpatico-blue:#aac1d5;
--cerulean-frost:#6b9cc2;
--turkish-stone:#2b7a91;
--victorian-peacock:#144e66;
}