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