Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.periwinkle-sky {
color: #88b8d7;
}
.oasis-spring {
color: #48a1c7;
}
.turkish-stone {
color: #2e7b94;
}
.terror-from-the-deep {
color: #1d4a67;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--periwinkle-sky:#88b8d7;
--oasis-spring:#48a1c7;
--turkish-stone:#2e7b94;
--terror-from-the-deep:#1d4a67;
}