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