Daddy Funny Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Daddy Funny Night palette
Daddy Funny Night color palette PNG image
Daddy Funny Night color palette CSS
/* CSS */
.color-1 {
color: #4b3e75;
}
.color-2 {
color: #604c85;
}
.color-3 {
color: #7b5b9f;
}
.color-4 {
color: #b69dcd;
}
.color-5 {
color: #ffd1a8;
}
/* CSS Variables */
:root {
--color-1: #4b3e75;
--color-2: #604c85;
--color-3: #7b5b9f;
--color-4: #b69dcd;
--color-5: #ffd1a8;
}
Daddy Funny Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3e75, #604c85, #7b5b9f, #b69dcd, #ffd1a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3e75, #604c85, #7b5b9f, #b69dcd, #ffd1a8);
}
Similar color palettes
Daddy Funny Night color palette created on .