Electric Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Blue Serenity palette
Electric Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #4a8c8c;
}
.color-4 {
color: #5a92b5;
}
.color-5 {
color: #e5e5fa;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #a8a8a8;
--color-3: #4a8c8c;
--color-4: #5a92b5;
--color-5: #e5e5fa;
}
Electric Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #a8a8a8, #4a8c8c, #5a92b5, #e5e5fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #a8a8a8, #4a8c8c, #5a92b5, #e5e5fa);
}
Similar color palettes
Electric Blue Serenity color palette created on .