Serene Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Elegance palette

このパレットを共有する先:

Serene Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #bfaf8d;
}
.color-2 {
color: #d4c6a5;
}
.color-3 {
color: #e8d4b5;
}
.color-4 {
color: #f0e3d6;
}
.color-5 {
color: #f5e9e0;
}

/* CSS Variables */
:root {
--color-1: #bfaf8d;
--color-2: #d4c6a5;
--color-3: #e8d4b5;
--color-4: #f0e3d6;
--color-5: #f5e9e0;
}

Serene Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf8d, #d4c6a5, #e8d4b5, #f0e3d6, #f5e9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf8d, #d4c6a5, #e8d4b5, #f0e3d6, #f5e9e0);
}

Serene Elegance color palette created on .