Petals of Serenity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Petals of Serenity palette
tavolozza dei colori Petals of Serenity CSS
/* CSS */
.color-1 {
color: #a11b6c;
}
.color-2 {
color: #d57b99;
}
.color-3 {
color: #f0a3b7;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #a4c5e0;
}
/* CSS Variables */
:root {
--color-1: #a11b6c;
--color-2: #d57b99;
--color-3: #f0a3b7;
--color-4: #f1e1a7;
--color-5: #a4c5e0;
}
CSS con gradiente di sfondo Petals of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a11b6c, #d57b99, #f0a3b7, #f1e1a7, #a4c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a11b6c, #d57b99, #f0a3b7, #f1e1a7, #a4c5e0);
}
Tavolozze di colori simili
Petals of Serenity color palette created on .