Paleta de colores Sunny Coast

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Coast palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunny Coast

Download sunny coast color palette PNG image (landscape)
Download sunny coast color palette PNG image (square)

CSS de la paleta de colores Sunny Coast

/* CSS */
.color-1 {
color: #d69f51;
}
.color-2 {
color: #f1a03b;
}
.color-3 {
color: #c9b054;
}
.color-4 {
color: #3b7f8c;
}
.color-5 {
color: #f1c227;
}

/* CSS Variables */
:root {
--color-1: #d69f51;
--color-2: #f1a03b;
--color-3: #c9b054;
--color-4: #3b7f8c;
--color-5: #f1c227;
}

CSS del degradado de fondo Sunny Coast

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69f51, #f1a03b, #c9b054, #3b7f8c, #f1c227);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69f51, #f1a03b, #c9b054, #3b7f8c, #f1c227);
}

Sunny Coast color palette created on .