Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2a698d;
}
.brig {
color: #4b9fc3;
}
.tanager-turquoise {
color: #90d9e9;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--ocean-call:#2a698d;
--brig:#4b9fc3;
--tanager-turquoise:#90d9e9;
--deep-fried-sun-rays:#f4c95d;
--breeze-of-chilli:#f76e6e;
}