Paleta de colores Seal Shoreline

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seal Shoreline palette

Compartir esta paleta en:

CSS de la paleta de colores Seal Shoreline

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #bfb07d;
}
.color-3 {
color: #d5c5b3;
}
.color-4 {
color: #e8e1d4;
}
.color-5 {
color: #f1f4f0;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #bfb07d;
--color-3: #d5c5b3;
--color-4: #e8e1d4;
--color-5: #f1f4f0;
}

CSS del degradado de fondo Seal Shoreline

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #bfb07d, #d5c5b3, #e8e1d4, #f1f4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #bfb07d, #d5c5b3, #e8e1d4, #f1f4f0);
}

Seal Shoreline color palette created on .