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