Celestial Confrontation カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Confrontation palette
Celestial Confrontation カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3b6f91;
}
.color-3 {
color: #75a7c2;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #f3e5f5;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3b6f91;
--color-3: #75a7c2;
--color-4: #a3d5e0;
--color-5: #f3e5f5;
}
Celestial Confrontation の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3b6f91, #75a7c2, #a3d5e0, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3b6f91, #75a7c2, #a3d5e0, #f3e5f5);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Celestial Confrontation color palette created on .