Pink Alice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Alice palette

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

Pink Alice カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f0b7c5;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #f6a31e;
}
.color-5 {
color: #e6609a;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f0b7c5;
--color-3: #f9e3b4;
--color-4: #f6a31e;
--color-5: #e6609a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f0b7c5, #f9e3b4, #f6a31e, #e6609a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f0b7c5, #f9e3b4, #f6a31e, #e6609a);
}

Pink Alice color palette created on .