Paleta de colores Otter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Otter palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Otter

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

CSS de la paleta de colores Otter

/* 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;
}

CSS del degradado de fondo Otter

/* 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 .