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