Pink Oni カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Oni palette

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

Pink Oni カラーパレット CSS

/* CSS */
.color-1 {
color: #c27a9f;
}
.color-2 {
color: #dab9d6;
}
.color-3 {
color: #f6c0b1;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #c27a9f;
--color-2: #dab9d6;
--color-3: #f6c0b1;
--color-4: #ffadad;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c27a9f, #dab9d6, #f6c0b1, #ffadad, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c27a9f, #dab9d6, #f6c0b1, #ffadad, #ff6e61);
}

Pink Oni color palette created on .