Shawn's Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shawn's Serenity palette
Shawn's Serenity color palette PNG image
Shawn's Serenity color palette CSS
/* CSS */
.color-1 {
color: #6a9080;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #f1e4d5;
}
.color-4 {
color: #f9b9a9;
}
.color-5 {
color: #d6386a;
}
/* CSS Variables */
:root {
--color-1: #6a9080;
--color-2: #a4c6c4;
--color-3: #f1e4d5;
--color-4: #f9b9a9;
--color-5: #d6386a;
}
Shawn's Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9080, #a4c6c4, #f1e4d5, #f9b9a9, #d6386a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9080, #a4c6c4, #f1e4d5, #f9b9a9, #d6386a);
}
Similar color palettes
Scroll down to explore 1000+ colors.calm color palettes
Shawn's Serenity color palette created on .