Nutty Soiree カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nutty Soiree palette
Nutty Soiree カラーパレット CSS
/* CSS */
.color-1 {
color: #d1913d;
}
.color-2 {
color: #e6b96b;
}
.color-3 {
color: #f4db90;
}
.color-4 {
color: #a8d7a8;
}
.color-5 {
color: #b4c9d5;
}
/* CSS Variables */
:root {
--color-1: #d1913d;
--color-2: #e6b96b;
--color-3: #f4db90;
--color-4: #a8d7a8;
--color-5: #b4c9d5;
}
Nutty Soiree の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1913d, #e6b96b, #f4db90, #a8d7a8, #b4c9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1913d, #e6b96b, #f4db90, #a8d7a8, #b4c9d5);
}
似たようなカラーパレット
下にスクロールして100+個のオータムカラーパレットを探索しましょう
Nutty Soiree color palette created on .