Heaven カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Heaven palette
Heaven カラーパレット CSS
/* CSS */
.color-1 {
color: #d1e8ff;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #66a3b2;
}
.color-4 {
color: #3a7d92;
}
.color-5 {
color: #1f4f60;
}
/* CSS Variables */
:root {
--color-1: #d1e8ff;
--color-2: #a3c2e0;
--color-3: #66a3b2;
--color-4: #3a7d92;
--color-5: #1f4f60;
}
Heaven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e8ff, #a3c2e0, #66a3b2, #3a7d92, #1f4f60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e8ff, #a3c2e0, #66a3b2, #3a7d92, #1f4f60);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Heaven color palette created on .