Paleta de colores Sunny Coastal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Coastal palette

Compartir esta paleta en:

Descargar la paleta de colores Sunny Coastal (PNG)

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

CSS de la paleta de colores Sunny Coastal

/* CSS */
.color-1 {
color: #79c83c;
}
.color-2 {
color: #ffdd57;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffe2c2;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #79c83c;
--color-2: #ffdd57;
--color-3: #ffffff;
--color-4: #ffe2c2;
--color-5: #00bdd6;
}

CSS del degradado de fondo Sunny Coastal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79c83c, #ffdd57, #ffffff, #ffe2c2, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79c83c, #ffdd57, #ffffff, #ffe2c2, #00bdd6);
}

Sunny Coastal color palette created on .