Color names in this palette
CSS code for this palette
/* CSS */
.pacific-pleasure {
color: #1a7b99;
}
.viking {
color: #4bb1c3;
}
.deep-aquamarine {
color: #7be5e0;
}
.everest {
color: #a0e0e4;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--pacific-pleasure:#1a7b99;
--viking:#4bb1c3;
--deep-aquamarine:#7be5e0;
--everest:#a0e0e4;
--distant-horizon:#f0f8f9;
}