Paleta de colores Rory

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rory palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rory

Download rory color palette PNG image (landscape)
Download rory color palette PNG image (square)

CSS de la paleta de colores Rory

/* CSS */
.color-1 {
color: #d4b4f3;
}
.color-2 {
color: #683c7c;
}
.color-3 {
color: #391854;
}
.color-4 {
color: #f0e2f8;
}
.color-5 {
color: #503357;
}

/* CSS Variables */
:root {
--color-1: #d4b4f3;
--color-2: #683c7c;
--color-3: #391854;
--color-4: #f0e2f8;
--color-5: #503357;
}

CSS del degradado de fondo Rory

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b4f3, #683c7c, #391854, #f0e2f8, #503357);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b4f3, #683c7c, #391854, #f0e2f8, #503357);
}

Rory color palette created on .