Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3a8c8d;
}
.aqueduct {
color: #63b4b6;
}
.summer-soft-blue {
color: #90d5d1;
}
.tahitian-sky {
color: #c9e9e7;
}
.everlasting-ice {
color: #f6fefa;
}
/* CSS Variables */
:root {
--blue-chill:#3a8c8d;
--aqueduct:#63b4b6;
--summer-soft-blue:#90d5d1;
--tahitian-sky:#c9e9e7;
--everlasting-ice:#f6fefa;
}