Lorelle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lorelle palette
Lorelle color palette PNG image
Lorelle color palette CSS
/* CSS */
.color-1 {
color: #e1b7d5;
}
.color-2 {
color: #f0c1c8;
}
.color-3 {
color: #f6d9b6;
}
.color-4 {
color: #e2d7a2;
}
.color-5 {
color: #b2e0da;
}
/* CSS Variables */
:root {
--color-1: #e1b7d5;
--color-2: #f0c1c8;
--color-3: #f6d9b6;
--color-4: #e2d7a2;
--color-5: #b2e0da;
}
Lorelle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d5, #f0c1c8, #f6d9b6, #e2d7a2, #b2e0da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d5, #f0c1c8, #f6d9b6, #e2d7a2, #b2e0da);
}
Similar color palettes
Lorelle color palette created on .