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