Finn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Finn palette
Finn color palette CSS
/* CSS */
.color-1 {
color: #5b899a;
}
.color-2 {
color: #a3d1d7;
}
.color-3 {
color: #f0fff3;
}
.color-4 {
color: #f7b8a1;
}
.color-5 {
color: #e96a63;
}
/* CSS Variables */
:root {
--color-1: #5b899a;
--color-2: #a3d1d7;
--color-3: #f0fff3;
--color-4: #f7b8a1;
--color-5: #e96a63;
}
Finn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b899a, #a3d1d7, #f0fff3, #f7b8a1, #e96a63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b899a, #a3d1d7, #f0fff3, #f7b8a1, #e96a63);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Finn color palette created on .