Auburn Siren カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Auburn Siren palette
Auburn Siren カラー パレット PNG 画像
Auburn Siren カラーパレット CSS
/* CSS */
.color-1 {
color: #5c392d;
}
.color-2 {
color: #814e4b;
}
.color-3 {
color: #b86c6b;
}
.color-4 {
color: #f0a23d;
}
.color-5 {
color: #f8d62a;
}
/* CSS Variables */
:root {
--color-1: #5c392d;
--color-2: #814e4b;
--color-3: #b86c6b;
--color-4: #f0a23d;
--color-5: #f8d62a;
}
Auburn Siren の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c392d, #814e4b, #b86c6b, #f0a23d, #f8d62a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c392d, #814e4b, #b86c6b, #f0a23d, #f8d62a);
}
似たようなカラーパレット
Auburn Siren color palette created on .