Petals of Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Petals of Serenity palette
Petals of Serenity color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e5e5;
}
.color-3 {
color: #d0c3c3;
}
.color-4 {
color: #b3a2a2;
}
.color-5 {
color: #9b7d7d;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e5e5;
--color-3: #d0c3c3;
--color-4: #b3a2a2;
--color-5: #9b7d7d;
}
Petals of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e5e5, #d0c3c3, #b3a2a2, #9b7d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e5e5, #d0c3c3, #b3a2a2, #9b7d7d);
}
Similar color palettes
Petals of Serenity color palette created on .