Beauty in the Unexpected カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Beauty in the Unexpected palette
Beauty in the Unexpected カラーパレット CSS
/* CSS */
.color-1 {
color: #8c4f4f;
}
.color-2 {
color: #b78f8f;
}
.color-3 {
color: #f0c1c1;
}
.color-4 {
color: #f9e7e7;
}
.color-5 {
color: #fcf8f8;
}
/* CSS Variables */
:root {
--color-1: #8c4f4f;
--color-2: #b78f8f;
--color-3: #f0c1c1;
--color-4: #f9e7e7;
--color-5: #fcf8f8;
}
Beauty in the Unexpected の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Beauty in the Unexpected color palette created on .