Whirling Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whirling Serenity palette
Whirling Serenity color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #6a7c9a;
}
.color-3 {
color: #80a4b7;
}
.color-4 {
color: #87c4c5;
}
.color-5 {
color: #c1f0e2;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #6a7c9a;
--color-3: #80a4b7;
--color-4: #87c4c5;
--color-5: #c1f0e2;
}
Whirling Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #6a7c9a, #80a4b7, #87c4c5, #c1f0e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #6a7c9a, #80a4b7, #87c4c5, #c1f0e2);
}
Similar color palettes
Whirling Serenity color palette created on .