Pink Chaos カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Chaos palette

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

Pink Chaos カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3e7;
}
.color-2 {
color: #ff8ab9;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d76;
}
.color-5 {
color: #ff2962;
}

/* CSS Variables */
:root {
--color-1: #ffb3e7;
--color-2: #ff8ab9;
--color-3: #ff7092;
--color-4: #ff4d76;
--color-5: #ff2962;
}

Pink Chaos の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e7, #ff8ab9, #ff7092, #ff4d76, #ff2962);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e7, #ff8ab9, #ff7092, #ff4d76, #ff2962);
}

Pink Chaos color palette created on .