Vibrant Brick Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Brick Earth palette

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

Vibrant Brick Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #ab5544;
}
.color-2 {
color: #698d44;
}
.color-3 {
color: #5093b9;
}
.color-4 {
color: #e0c07b;
}
.color-5 {
color: #d99863;
}

/* CSS Variables */
:root {
--color-1: #ab5544;
--color-2: #698d44;
--color-3: #5093b9;
--color-4: #e0c07b;
--color-5: #d99863;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab5544, #698d44, #5093b9, #e0c07b, #d99863);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab5544, #698d44, #5093b9, #e0c07b, #d99863);
}

Vibrant Brick Earth color palette created on .