Paleta de colores King Arthur

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with King Arthur palette

Compartir esta paleta en:

Descargar la paleta de colores King Arthur (PNG)

Download king arthur color palette PNG image (landscape)
Download king arthur color palette PNG image (square)

CSS de la paleta de colores King Arthur

/* CSS */
.color-1 {
color: #4b5d7c;
}
.color-2 {
color: #7386a5;
}
.color-3 {
color: #9cb3d3;
}
.color-4 {
color: #f2d15a;
}
.color-5 {
color: #e57e2e;
}

/* CSS Variables */
:root {
--color-1: #4b5d7c;
--color-2: #7386a5;
--color-3: #9cb3d3;
--color-4: #f2d15a;
--color-5: #e57e2e;
}

CSS del degradado de fondo King Arthur

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5d7c, #7386a5, #9cb3d3, #f2d15a, #e57e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5d7c, #7386a5, #9cb3d3, #f2d15a, #e57e2e);
}

King Arthur color palette created on .