Serenity of Kyoto Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity of Kyoto palette

Share this palette to:

Serenity of Kyoto color palette CSS

/* CSS */
.color-1 {
color: #5b6b5d;
}
.color-2 {
color: #a7c8b9;
}
.color-3 {
color: #e3d7a5;
}
.color-4 {
color: #f5b8b2;
}
.color-5 {
color: #e64828;
}

/* CSS Variables */
:root {
--color-1: #5b6b5d;
--color-2: #a7c8b9;
--color-3: #e3d7a5;
--color-4: #f5b8b2;
--color-5: #e64828;
}

Serenity of Kyoto background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6b5d, #a7c8b9, #e3d7a5, #f5b8b2, #e64828);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6b5d, #a7c8b9, #e3d7a5, #f5b8b2, #e64828);
}

Serenity of Kyoto color palette created on .