Paleta de colores Killarney Fresh

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Killarney Fresh palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Killarney Fresh

Download killarney fresh color palette PNG image (landscape)
Download killarney fresh color palette PNG image (square)

CSS de la paleta de colores Killarney Fresh

/* CSS */
.color-1 {
color: #3a6947;
}
.color-2 {
color: #5b8b6a;
}
.color-3 {
color: #8ebf8d;
}
.color-4 {
color: #b9e1b7;
}
.color-5 {
color: #e1f4e9;
}

/* CSS Variables */
:root {
--color-1: #3a6947;
--color-2: #5b8b6a;
--color-3: #8ebf8d;
--color-4: #b9e1b7;
--color-5: #e1f4e9;
}

CSS del degradado de fondo Killarney Fresh

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6947, #5b8b6a, #8ebf8d, #b9e1b7, #e1f4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6947, #5b8b6a, #8ebf8d, #b9e1b7, #e1f4e9);
}

Killarney Fresh color palette created on .