Chalk White and Varsity Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Chalk White and Varsity Red palette
Chalk White and Varsity Red カラーパレット CSS
/* CSS */
.color-1 {
color: #f6f5e4;
}
.color-2 {
color: #e1cea8;
}
.color-3 {
color: #d06853;
}
.color-4 {
color: #c6c2d6;
}
.color-5 {
color: #2d2f8f;
}
/* CSS Variables */
:root {
--color-1: #f6f5e4;
--color-2: #e1cea8;
--color-3: #d06853;
--color-4: #c6c2d6;
--color-5: #2d2f8f;
}
Chalk White and Varsity Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f5e4, #e1cea8, #d06853, #c6c2d6, #2d2f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f5e4, #e1cea8, #d06853, #c6c2d6, #2d2f8f);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Chalk White and Varsity Red color palette created on .