Heavenly Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Heavenly Hues palette
Heavenly Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d9e1;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #fad7a3;
}
/* CSS Variables */
:root {
--color-1: #a3d9e1;
--color-2: #f5b8b2;
--color-3: #eab8d1;
--color-4: #f9e79f;
--color-5: #fad7a3;
}
Heavenly Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e1, #f5b8b2, #eab8d1, #f9e79f, #fad7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e1, #f5b8b2, #eab8d1, #f9e79f, #fad7a3);
}
似たようなカラーパレット
Heavenly Hues color palette created on .