Samantha's Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Samantha's Serenade palette
Samantha's Serenade color palette CSS
/* CSS */
.color-1 {
color: #f5b9b2;
}
.color-2 {
color: #f1d35b;
}
.color-3 {
color: #a1d9a1;
}
.color-4 {
color: #b2e1e0;
}
.color-5 {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--color-1: #f5b9b2;
--color-2: #f1d35b;
--color-3: #a1d9a1;
--color-4: #b2e1e0;
--color-5: #f2a1a1;
}
Samantha's Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9b2, #f1d35b, #a1d9a1, #b2e1e0, #f2a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9b2, #f1d35b, #a1d9a1, #b2e1e0, #f2a1a1);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Samantha's Serenade color palette created on .