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