Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1d4067;
}
.ocean-call {
color: #2b6a91;
}
.mountain-bluebird {
color: #4b9dc3;
}
.tanager-turquoise {
color: #89dae6;
}
.peaceful-rain {
color: #f1f8f3;
}
/* CSS Variables */
:root {
--lucidity:#1d4067;
--ocean-call:#2b6a91;
--mountain-bluebird:#4b9dc3;
--tanager-turquoise:#89dae6;
--peaceful-rain:#f1f8f3;
}