Paleta de colores Shades of Yellow and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow and Blue

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #4e8d8d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #00bfff;
--color-3: #4e8d8d;
--color-4: #f0e78e;
--color-5: #ff4400;
}

CSS del degradado de fondo Shades of Yellow and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #00bfff, #4e8d8d, #f0e78e, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #00bfff, #4e8d8d, #f0e78e, #ff4400);
}

Shades of Yellow and Blue color palette created on .