Finn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Finn palette

Share this palette to:

Finn color palette CSS

/* CSS */
.color-1 {
color: #d1e5fa;
}
.color-2 {
color: #def0fc;
}
.color-3 {
color: #ecf7fd;
}
.color-4 {
color: #fbfefe;
}
.color-5 {
color: #ffeeeb;
}

/* CSS Variables */
:root {
--color-1: #d1e5fa;
--color-2: #def0fc;
--color-3: #ecf7fd;
--color-4: #fbfefe;
--color-5: #ffeeeb;
}

Finn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e5fa, #def0fc, #ecf7fd, #fbfefe, #ffeeeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e5fa, #def0fc, #ecf7fd, #fbfefe, #ffeeeb);
}

Finn color palette created on .