Techno Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Techno Serenity palette
Techno Serenity color palette CSS
/* CSS */
.color-1 {
color: #a9d9e5;
}
.color-2 {
color: #e7b6b1;
}
.color-3 {
color: #f6d2a2;
}
.color-4 {
color: #f9e2b4;
}
.color-5 {
color: #d4c459;
}
/* CSS Variables */
:root {
--color-1: #a9d9e5;
--color-2: #e7b6b1;
--color-3: #f6d2a2;
--color-4: #f9e2b4;
--color-5: #d4c459;
}
Techno Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9e5, #e7b6b1, #f6d2a2, #f9e2b4, #d4c459);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9e5, #e7b6b1, #f6d2a2, #f9e2b4, #d4c459);
}
Similar color palettes
Techno Serenity color palette created on .