Karasuya Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Karasuya palette
Color Inspiration
Images that showcase this color palette in real designs
Download Karasuya Color Palette (PNG)
Karasuya color palette CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #3d4e7b;
}
.color-3 {
color: #6b95b3;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3d4e7b;
--color-3: #6b95b3;
--color-4: #a1c6d4;
--color-5: #f5f5f5;
}
Karasuya background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3d4e7b, #6b95b3, #a1c6d4, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3d4e7b, #6b95b3, #a1c6d4, #f5f5f5);
}
Similar color palettes
Karasuya color palette created on .