Paleta de colores Yellow Star in the Dark Ocean

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Star in the Dark Ocean palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Star in the Dark Ocean

/* CSS */
.color-1 {
color: #f9e75d;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f9e75d;
--color-2: #f1c40e;
--color-3: #e77e23;
--color-4: #d15400;
--color-5: #2b3d50;
}

CSS del degradado de fondo Yellow Star in the Dark Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e75d, #f1c40e, #e77e23, #d15400, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e75d, #f1c40e, #e77e23, #d15400, #2b3d50);
}

Yellow Star in the Dark Ocean color palette created on .