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