Solitary Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Solitary Serenity palette
Solitary Serenity color palette CSS
/* CSS */
.color-1 {
color: #395079;
}
.color-2 {
color: #6a8b9a;
}
.color-3 {
color: #a1c6d4;
}
.color-4 {
color: #f6c5b6;
}
.color-5 {
color: #f9a76c;
}
/* CSS Variables */
:root {
--color-1: #395079;
--color-2: #6a8b9a;
--color-3: #a1c6d4;
--color-4: #f6c5b6;
--color-5: #f9a76c;
}
Solitary Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395079, #6a8b9a, #a1c6d4, #f6c5b6, #f9a76c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395079, #6a8b9a, #a1c6d4, #f6c5b6, #f9a76c);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Solitary Serenity color palette created on .