Pink Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Night palette

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

Pink Night カラーパレット CSS

/* CSS */
.color-1 {
color: #c94f72;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffddd1;
}
.color-5 {
color: #f9f4e1;
}

/* CSS Variables */
:root {
--color-1: #c94f72;
--color-2: #ff7092;
--color-3: #ffb3b3;
--color-4: #ffddd1;
--color-5: #f9f4e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94f72, #ff7092, #ffb3b3, #ffddd1, #f9f4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94f72, #ff7092, #ffb3b3, #ffddd1, #f9f4e1);
}

Pink Night color palette created on .