Light Blue and Dark Purple Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Blue and Dark Purple Dream palette
Light Blue and Dark Purple Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #789aba;
}
.color-3 {
color: #5b4b8b;
}
.color-4 {
color: #3c2b6e;
}
.color-5 {
color: #2c223a;
}
/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #789aba;
--color-3: #5b4b8b;
--color-4: #3c2b6e;
--color-5: #2c223a;
}
Light Blue and Dark Purple Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #789aba, #5b4b8b, #3c2b6e, #2c223a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #789aba, #5b4b8b, #3c2b6e, #2c223a);
}
似たようなカラーパレット
Light Blue and Dark Purple Dream color palette created on .