Loading...

Heaven カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heaven palette

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

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

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

Heaven カラーパレット CSS

/* CSS */
.color-1 {
color: #a5d7e3;
}
.color-2 {
color: #f2b2b1;
}
.color-3 {
color: #f8e2a0;
}
.color-4 {
color: #f7e2bb;
}
.color-5 {
color: #f0c1c5;
}

/* CSS Variables */
:root {
--color-1: #a5d7e3;
--color-2: #f2b2b1;
--color-3: #f8e2a0;
--color-4: #f7e2bb;
--color-5: #f0c1c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d7e3, #f2b2b1, #f8e2a0, #f7e2bb, #f0c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d7e3, #f2b2b1, #f8e2a0, #f7e2bb, #f0c1c5);
}

Heaven color palette created on .