Angel Rainbow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Angel Rainbow palette

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

Angel Rainbow カラー パレット PNG 画像

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

Angel Rainbow カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1b5;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f6e5a7;
}
.color-4 {
color: #a7d7d3;
}
.color-5 {
color: #a7c8f6;
}

/* CSS Variables */
:root {
--color-1: #f7b1b5;
--color-2: #f6d6a7;
--color-3: #f6e5a7;
--color-4: #a7d7d3;
--color-5: #a7c8f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b5, #f6d6a7, #f6e5a7, #a7d7d3, #a7c8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b5, #f6d6a7, #f6e5a7, #a7d7d3, #a7c8f6);
}

Angel Rainbow color palette created on .