Sorceress of the Serene Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sorceress of the Serene Waters palette
Sorceress of the Serene Waters color palette CSS
/* CSS */
.color-1 {
color: #f2b1b1;
}
.color-2 {
color: #a3d6e1;
}
.color-3 {
color: #a3c69f;
}
.color-4 {
color: #f5d38a;
}
.color-5 {
color: #e37564;
}
/* CSS Variables */
:root {
--color-1: #f2b1b1;
--color-2: #a3d6e1;
--color-3: #a3c69f;
--color-4: #f5d38a;
--color-5: #e37564;
}
Sorceress of the Serene Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1b1, #a3d6e1, #a3c69f, #f5d38a, #e37564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1b1, #a3d6e1, #a3c69f, #f5d38a, #e37564);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Sorceress of the Serene Waters color palette created on .