Spa Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spa Serenity palette
Spa Serenity color palette PNG image
Spa Serenity color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f1e1b6;
}
.color-3 {
color: #f9c7b4;
}
.color-4 {
color: #a4daa6;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f1e1b6;
--color-3: #f9c7b4;
--color-4: #a4daa6;
--color-5: #f4a462;
}
Spa Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f1e1b6, #f9c7b4, #a4daa6, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f1e1b6, #f9c7b4, #a4daa6, #f4a462);
}
Similar color palettes
Spa Serenity color palette created on .