Sunny Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunny Delight palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Sunny Delight カラーパレット (PNG) をダウンロード
Sunny Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffa938;
}
.color-3 {
color: #d65d29;
}
.color-4 {
color: #ffcc7a;
}
.color-5 {
color: #c87b3c;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffa938;
--color-3: #d65d29;
--color-4: #ffcc7a;
--color-5: #c87b3c;
}
Sunny Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffa938, #d65d29, #ffcc7a, #c87b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffa938, #d65d29, #ffcc7a, #c87b3c);
}
似たようなカラーパレット
下にスクロールして9個の白カラーパレットを探索しましょう
Sunny Delight color palette created on .