Futuristic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Futuristic Serenity palette
Futuristic Serenity color palette PNG image
Futuristic Serenity color palette CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b5f9b;
}
.color-3 {
color: #7a9cb3;
}
.color-4 {
color: #c5d1e7;
}
.color-5 {
color: #e8e8e8;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b5f9b;
--color-3: #7a9cb3;
--color-4: #c5d1e7;
--color-5: #e8e8e8;
}
Futuristic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b5f9b, #7a9cb3, #c5d1e7, #e8e8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b5f9b, #7a9cb3, #c5d1e7, #e8e8e8);
}
Similar color palettes
Futuristic Serenity color palette created on .