Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.crashing-waves {
color: #406f87;
}
.tranquil-aqua {
color: #7b98a3;
}
.samoan-sun {
color: #f6ba41;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--crashing-waves:#406f87;
--tranquil-aqua:#7b98a3;
--samoan-sun:#f6ba41;
--vampire-red:#d63f2e;
}