Angel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Angel palette

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

Angel カラーパレット (PNG) をダウンロード

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

Angel カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e0e1;
}
.color-2 {
color: #f7c5d5;
}
.color-3 {
color: #f5d6ec;
}
.color-4 {
color: #e4b4e0;
}
.color-5 {
color: #c3b2e0;
}

/* CSS Variables */
:root {
--color-1: #f0e0e1;
--color-2: #f7c5d5;
--color-3: #f5d6ec;
--color-4: #e4b4e0;
--color-5: #c3b2e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0e1, #f7c5d5, #f5d6ec, #e4b4e0, #c3b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0e1, #f7c5d5, #f5d6ec, #e4b4e0, #c3b2e0);
}

Angel color palette created on .