Otter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Otter palette

Share this palette to:

Otter color palette PNG image

Download otter color palette PNG image (landscape)
Download otter color palette PNG image (square)

Otter color palette CSS

/* CSS */
.color-1 {
color: #b89d84;
}
.color-2 {
color: #e7e1d9;
}
.color-3 {
color: #cbd7d6;
}
.color-4 {
color: #93b8b8;
}
.color-5 {
color: #788ba1;
}

/* CSS Variables */
:root {
--color-1: #b89d84;
--color-2: #e7e1d9;
--color-3: #cbd7d6;
--color-4: #93b8b8;
--color-5: #788ba1;
}

Otter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89d84, #e7e1d9, #cbd7d6, #93b8b8, #788ba1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89d84, #e7e1d9, #cbd7d6, #93b8b8, #788ba1);
}

Otter color palette created on .