Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a9d1e5;
}
.dolphin-daze {
color: #64a2b4;
}
.turkish-stone {
color: #2e7d8e;
}
.blue-coral {
color: #1c5c6d;
}
.cold-and-dark {
color: #0f3e4d;
}
/* CSS Variables */
:root {
--monaco:#a9d1e5;
--dolphin-daze:#64a2b4;
--turkish-stone:#2e7d8e;
--blue-coral:#1c5c6d;
--cold-and-dark:#0f3e4d;
}