Photo Booth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Photo Booth palette
Download Photo Booth Color Palette (PNG)
Photo Booth color palette CSS
/* CSS */
.color-1 {
color: #f6d8b1;
}
.color-2 {
color: #f2a8a1;
}
.color-3 {
color: #e56c8e;
}
.color-4 {
color: #aa5dbb;
}
.color-5 {
color: #5d4c85;
}
/* CSS Variables */
:root {
--color-1: #f6d8b1;
--color-2: #f2a8a1;
--color-3: #e56c8e;
--color-4: #aa5dbb;
--color-5: #5d4c85;
}
Photo Booth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8b1, #f2a8a1, #e56c8e, #aa5dbb, #5d4c85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8b1, #f2a8a1, #e56c8e, #aa5dbb, #5d4c85);
}
Similar color palettes
Photo Booth color palette created on .