Arlette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Arlette palette

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

Arlette カラー パレット PNG 画像

Download arlette color palette PNG image (landscape)
Download arlette color palette PNG image (square)

Arlette カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c99f;
}
.color-2 {
color: #f5b8a3;
}
.color-3 {
color: #f29c8c;
}
.color-4 {
color: #ea6c8b;
}
.color-5 {
color: #d94a9d;
}

/* CSS Variables */
:root {
--color-1: #f9c99f;
--color-2: #f5b8a3;
--color-3: #f29c8c;
--color-4: #ea6c8b;
--color-5: #d94a9d;
}

Arlette の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c99f, #f5b8a3, #f29c8c, #ea6c8b, #d94a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c99f, #f5b8a3, #f29c8c, #ea6c8b, #d94a9d);
}

Arlette color palette created on .