Pink and Gold Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink and Gold Harmony palette

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

Pink and Gold Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e09c6c;
}
.color-4 {
color: #d69b6b;
}
.color-5 {
color: #8c5c4a;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f1a7b6;
--color-3: #e09c6c;
--color-4: #d69b6b;
--color-5: #8c5c4a;
}

Pink and Gold Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f1a7b6, #e09c6c, #d69b6b, #8c5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f1a7b6, #e09c6c, #d69b6b, #8c5c4a);
}

Pink and Gold Harmony color palette created on .