Heavenly Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heavenly Hues palette

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

Heavenly Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f1e5b1;
}
.color-3 {
color: #f6b7a2;
}
.color-4 {
color: #afe4d1;
}
.color-5 {
color: #f9d8b9;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f1e5b1;
--color-3: #f6b7a2;
--color-4: #afe4d1;
--color-5: #f9d8b9;
}

Heavenly Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f1e5b1, #f6b7a2, #afe4d1, #f9d8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f1e5b1, #f6b7a2, #afe4d1, #f9d8b9);
}

Heavenly Hues color palette created on .