Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a2d6e2;
}
.magnesia-bay {
color: #63c0d9;
}
.waterfall {
color: #3cafa3;
}
.turkish-stone {
color: #2a7a8d;
}
.recollection-blue {
color: #1b4e5a;
}
/* CSS Variables */
:root {
--terrace-pool:#a2d6e2;
--magnesia-bay:#63c0d9;
--waterfall:#3cafa3;
--turkish-stone:#2a7a8d;
--recollection-blue:#1b4e5a;
}