Paleta de colores Karry's Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Karry's Sunset palette

Compartir esta paleta en:

Descargar la paleta de colores Karry's Sunset (PNG)

Download karry's sunset color palette PNG image (landscape)
Download karry's sunset color palette PNG image (square)

CSS de la paleta de colores Karry's Sunset

/* CSS */
.color-1 {
color: #ffebd6;
}
.color-2 {
color: #ffb699;
}
.color-3 {
color: #ff7a66;
}
.color-4 {
color: #f46c57;
}
.color-5 {
color: #d9513f;
}

/* CSS Variables */
:root {
--color-1: #ffebd6;
--color-2: #ffb699;
--color-3: #ff7a66;
--color-4: #f46c57;
--color-5: #d9513f;
}

CSS del degradado de fondo Karry's Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebd6, #ffb699, #ff7a66, #f46c57, #d9513f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebd6, #ffb699, #ff7a66, #f46c57, #d9513f);
}

Karry's Sunset color palette created on .