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