Paleta de colores Just Friends

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Just Friends palette

Compartir esta paleta en:

Descargar la paleta de colores Just Friends (PNG)

Download just friends color palette PNG image (landscape)
Download just friends color palette PNG image (square)

CSS de la paleta de colores Just Friends

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f9ccb9;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #b2d7c5;
}
.color-5 {
color: #80b3a1;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f9ccb9;
--color-3: #f4e2c3;
--color-4: #b2d7c5;
--color-5: #80b3a1;
}

CSS del degradado de fondo Just Friends

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f9ccb9, #f4e2c3, #b2d7c5, #80b3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f9ccb9, #f4e2c3, #b2d7c5, #80b3a1);
}

Just Friends color palette created on .