Serenity Splash Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity Splash palette
Serenity Splash color palette CSS
/* CSS */
.color-1 {
color: #7ed6fb;
}
.color-2 {
color: #a1dff2;
}
.color-3 {
color: #f5b8b2;
}
.color-4 {
color: #f3c89b;
}
.color-5 {
color: #f0d86a;
}
/* CSS Variables */
:root {
--color-1: #7ed6fb;
--color-2: #a1dff2;
--color-3: #f5b8b2;
--color-4: #f3c89b;
--color-5: #f0d86a;
}
Serenity Splash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ed6fb, #a1dff2, #f5b8b2, #f3c89b, #f0d86a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ed6fb, #a1dff2, #f5b8b2, #f3c89b, #f0d86a);
}
Similar color palettes
Serenity Splash color palette created on .