Paleta de colores Sage Raspberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sage Raspberry palette

Compartir esta paleta en:

Descargar la paleta de colores Sage Raspberry (PNG)

Download sage raspberry color palette PNG image (landscape)
Download sage raspberry color palette PNG image (square)

CSS de la paleta de colores Sage Raspberry

/* CSS */
.color-1 {
color: #a8baa1;
}
.color-2 {
color: #d3e4db;
}
.color-3 {
color: #f3e2e2;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #e8b5c0;
}

/* CSS Variables */
:root {
--color-1: #a8baa1;
--color-2: #d3e4db;
--color-3: #f3e2e2;
--color-4: #ff7092;
--color-5: #e8b5c0;
}

CSS del degradado de fondo Sage Raspberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8baa1, #d3e4db, #f3e2e2, #ff7092, #e8b5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8baa1, #d3e4db, #f3e2e2, #ff7092, #e8b5c0);
}

Sage Raspberry color palette created on .