Pale White Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pale White Shades palette
tavolozza dei colori Pale White Shades CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #efe4d7;
}
.color-3 {
color: #e3d0c4;
}
.color-4 {
color: #d4beaf;
}
.color-5 {
color: #c6a89a;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #efe4d7;
--color-3: #e3d0c4;
--color-4: #d4beaf;
--color-5: #c6a89a;
}
CSS con gradiente di sfondo Pale White Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #efe4d7, #e3d0c4, #d4beaf, #c6a89a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #efe4d7, #e3d0c4, #d4beaf, #c6a89a);
}
Tavolozze di colori simili
Pale White Shades color palette created on .