Looey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Looey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Looey Color Palette (PNG)
Looey color palette CSS
/* CSS */
.color-1 {
color: #3d8d94;
}
.color-2 {
color: #5bb3a5;
}
.color-3 {
color: #8ee1d5;
}
.color-4 {
color: #f5e699;
}
.color-5 {
color: #f98d58;
}
/* CSS Variables */
:root {
--color-1: #3d8d94;
--color-2: #5bb3a5;
--color-3: #8ee1d5;
--color-4: #f5e699;
--color-5: #f98d58;
}
Looey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d8d94, #5bb3a5, #8ee1d5, #f5e699, #f98d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d8d94, #5bb3a5, #8ee1d5, #f5e699, #f98d58);
}
Similar color palettes
Looey color palette created on .