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