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