Locochon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Locochon palette

Share this palette to:

Locochon color palette CSS

/* CSS */
.color-1 {
color: #f6a05a;
}
.color-2 {
color: #d94e36;
}
.color-3 {
color: #aa3c6b;
}
.color-4 {
color: #5e8d89;
}
.color-5 {
color: #f1e3b7;
}

/* CSS Variables */
:root {
--color-1: #f6a05a;
--color-2: #d94e36;
--color-3: #aa3c6b;
--color-4: #5e8d89;
--color-5: #f1e3b7;
}

Locochon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a05a, #d94e36, #aa3c6b, #5e8d89, #f1e3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a05a, #d94e36, #aa3c6b, #5e8d89, #f1e3b7);
}

Locochon color palette created on .