Krusty Krab Crust Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Krusty Krab Crust Colors palette
Krusty Krab Crust Colors color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #fff4a3;
}
.color-5 {
color: #ffebcc;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa047;
--color-3: #ffcc66;
--color-4: #fff4a3;
--color-5: #ffebcc;
}
Krusty Krab Crust Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa047, #ffcc66, #fff4a3, #ffebcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa047, #ffcc66, #fff4a3, #ffebcc);
}
Similar color palettes
Krusty Krab Crust Colors color palette created on .