Yellow Star in the Dark Ocean Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Yellow Star in the Dark Ocean palette
tavolozza dei colori Yellow Star in the Dark Ocean CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Yellow Star in the Dark Ocean color palette created on .