Vibrant Brick Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Brick Earth palette

このパレットを共有する先:

Vibrant Brick Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #b75d4e;
}
.color-2 {
color: #699d4d;
}
.color-3 {
color: #4ca4d6;
}
.color-4 {
color: #f7d78d;
}
.color-5 {
color: #f0a770;
}

/* CSS Variables */
:root {
--color-1: #b75d4e;
--color-2: #699d4d;
--color-3: #4ca4d6;
--color-4: #f7d78d;
--color-5: #f0a770;
}

Vibrant Brick Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b75d4e, #699d4d, #4ca4d6, #f7d78d, #f0a770);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b75d4e, #699d4d, #4ca4d6, #f7d78d, #f0a770);
}

Vibrant Brick Earth color palette created on .