Serene Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Elegance palette
Serene Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #f1e7c6;
}
.color-2 {
color: #d6c5a8;
}
.color-3 {
color: #b0a69b;
}
.color-4 {
color: #7b8f9d;
}
.color-5 {
color: #4b7c9b;
}
/* CSS Variables */
:root {
--color-1: #f1e7c6;
--color-2: #d6c5a8;
--color-3: #b0a69b;
--color-4: #7b8f9d;
--color-5: #4b7c9b;
}
Serene Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e7c6, #d6c5a8, #b0a69b, #7b8f9d, #4b7c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e7c6, #d6c5a8, #b0a69b, #7b8f9d, #4b7c9b);
}
似たようなカラーパレット
Serene Elegance color palette created on .