Dreamy Jellyburst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Jellyburst palette
Dreamy Jellyburst color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9c73e;
}
.color-3 {
color: #ffec80;
}
.color-4 {
color: #c8e8f9;
}
.color-5 {
color: #6b9edb;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9c73e;
--color-3: #ffec80;
--color-4: #c8e8f9;
--color-5: #6b9edb;
}
Dreamy Jellyburst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9c73e, #ffec80, #c8e8f9, #6b9edb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9c73e, #ffec80, #c8e8f9, #6b9edb);
}
Similar color palettes
Dreamy Jellyburst color palette created on .