Autumn's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn's Embrace palette
Autumn's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f5b8c8;
}
.color-2 {
color: #f6d3a2;
}
.color-3 {
color: #fce1a1;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--color-1: #f5b8c8;
--color-2: #f6d3a2;
--color-3: #fce1a1;
--color-4: #a8d3e1;
--color-5: #a1c6d4;
}
Autumn's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8c8, #f6d3a2, #fce1a1, #a8d3e1, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8c8, #f6d3a2, #fce1a1, #a8d3e1, #a1c6d4);
}
似たようなカラーパレット
Autumn's Embrace color palette created on .