Elizabeth Dutch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elizabeth Dutch palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elizabeth Dutch Color Palette (PNG)
Elizabeth Dutch color palette CSS
/* CSS */
.color-1 {
color: #f5b7d7;
}
.color-2 {
color: #f6a2b8;
}
.color-3 {
color: #d84b7a;
}
.color-4 {
color: #7e304f;
}
.color-5 {
color: #390e16;
}
/* CSS Variables */
:root {
--color-1: #f5b7d7;
--color-2: #f6a2b8;
--color-3: #d84b7a;
--color-4: #7e304f;
--color-5: #390e16;
}
Elizabeth Dutch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7d7, #f6a2b8, #d84b7a, #7e304f, #390e16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7d7, #f6a2b8, #d84b7a, #7e304f, #390e16);
}
Similar color palettes
Elizabeth Dutch color palette created on .