Refined Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Refined Serenity palette
Refined Serenity color palette PNG image
Refined Serenity color palette CSS
/* CSS */
.color-1 {
color: #264b69;
}
.color-2 {
color: #3d7385;
}
.color-3 {
color: #588ea7;
}
.color-4 {
color: #86bac1;
}
.color-5 {
color: #a1c5ce;
}
/* CSS Variables */
:root {
--color-1: #264b69;
--color-2: #3d7385;
--color-3: #588ea7;
--color-4: #86bac1;
--color-5: #a1c5ce;
}
Refined Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}
Similar color palettes
Refined Serenity color palette created on .