Brown and Pink Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown and Pink Harmony palette
Brown and Pink Harmony カラーパレット (PNG) をダウンロード
Brown and Pink Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d09a9a;
}
.color-3 {
color: #f2c5d5;
}
.color-4 {
color: #f5d5c2;
}
.color-5 {
color: #ebad9e;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d09a9a;
--color-3: #f2c5d5;
--color-4: #f5d5c2;
--color-5: #ebad9e;
}
Brown and Pink Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d09a9a, #f2c5d5, #f5d5c2, #ebad9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d09a9a, #f2c5d5, #f5d5c2, #ebad9e);
}
似たようなカラーパレット
Brown and Pink Harmony color palette created on .