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: #f3f4e1;
}
.color-2 {
color: #d9cba1;
}
.color-3 {
color: #c74938;
}
.color-4 {
color: #a5b5d9;
}
.color-5 {
color: #799a8e;
}

/* CSS Variables */
:root {
--color-1: #f3f4e1;
--color-2: #d9cba1;
--color-3: #c74938;
--color-4: #a5b5d9;
--color-5: #799a8e;
}

Chalk White and Varsity Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4e1, #d9cba1, #c74938, #a5b5d9, #799a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4e1, #d9cba1, #c74938, #a5b5d9, #799a8e);
}

Chalk White and Varsity Red color palette created on .