Yellow Jamie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Jamie palette
Yellow Jamie color palette CSS
/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f3d66d;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #d3a6c5;
}
.color-5 {
color: #e26c5a;
}
/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f3d66d;
--color-3: #f7e6a1;
--color-4: #d3a6c5;
--color-5: #e26c5a;
}
Yellow Jamie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f3d66d, #f7e6a1, #d3a6c5, #e26c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f3d66d, #f7e6a1, #d3a6c5, #e26c5a);
}
Similar color palettes
Yellow Jamie color palette created on .