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