Serene Sip Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sip palette
Serene Sip color palette CSS
/* CSS */
.color-1 {
color: #e2b8a1;
}
.color-2 {
color: #d49e7d;
}
.color-3 {
color: #f5c8a3;
}
.color-4 {
color: #f2df9c;
}
.color-5 {
color: #d1e7c5;
}
/* CSS Variables */
:root {
--color-1: #e2b8a1;
--color-2: #d49e7d;
--color-3: #f5c8a3;
--color-4: #f2df9c;
--color-5: #d1e7c5;
}
Serene Sip background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a1, #d49e7d, #f5c8a3, #f2df9c, #d1e7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a1, #d49e7d, #f5c8a3, #f2df9c, #d1e7c5);
}
Similar color palettes
Serene Sip color palette created on .