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