Crimson Tide and Dust カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Tide and Dust palette

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

Crimson Tide and Dust カラーパレット CSS

/* CSS */
.color-1 {
color: #f2b1b2;
}
.color-2 {
color: #a97576;
}
.color-3 {
color: #69494b;
}
.color-4 {
color: #6c1313;
}
.color-5 {
color: #012128;
}

/* CSS Variables */
:root {
--color-1: #f2b1b2;
--color-2: #a97576;
--color-3: #69494b;
--color-4: #6c1313;
--color-5: #012128;
}

Crimson Tide and Dust の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1b2, #a97576, #69494b, #6c1313, #012128);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1b2, #a97576, #69494b, #6c1313, #012128);
}

似たようなカラーパレット

下にスクロールして4個のSoft pinkカラーパレットを探索しましょう

Crimson Tide and Dust color palette created on .