Celestial Veil カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Veil palette
Celestial Veil カラーパレット (PNG) をダウンロード
Celestial Veil カラーパレット CSS
/* CSS */
.color-1 {
color: #3d4e7b;
}
.color-2 {
color: #4c7d9a;
}
.color-3 {
color: #6fb3a1;
}
.color-4 {
color: #a0dab7;
}
.color-5 {
color: #f2e4b5;
}
/* CSS Variables */
:root {
--color-1: #3d4e7b;
--color-2: #4c7d9a;
--color-3: #6fb3a1;
--color-4: #a0dab7;
--color-5: #f2e4b5;
}
Celestial Veil の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4e7b, #4c7d9a, #6fb3a1, #a0dab7, #f2e4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4e7b, #4c7d9a, #6fb3a1, #a0dab7, #f2e4b5);
}
似たようなカラーパレット
Celestial Veil color palette created on .