Pastel Four Seasons カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Four Seasons palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pastel Four Seasons カラーパレット (PNG) をダウンロード
Pastel Four Seasons カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #a4e0b4;
}
.color-3 {
color: #f6a7e2;
}
.color-4 {
color: #b3d4e0;
}
.color-5 {
color: #f8c9b4;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #a4e0b4;
--color-3: #f6a7e2;
--color-4: #b3d4e0;
--color-5: #f8c9b4;
}
Pastel Four Seasons の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #a4e0b4, #f6a7e2, #b3d4e0, #f8c9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #a4e0b4, #f6a7e2, #b3d4e0, #f8c9b4);
}
似たようなカラーパレット
Pastel Four Seasons color palette created on .