Yellow Star in the Dark Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Star in the Dark Ocean palette
Yellow Star in the Dark Ocean color palette 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;
}
Yellow Star in the Dark Ocean background gradient CSS
/* 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);
}
Similar color palettes
Yellow Star in the Dark Ocean color palette created on .