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