Blue Purple Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Purple Dream palette
Blue Purple Dream カラー パレット PNG 画像
Blue Purple Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #181448;
}
.color-2 {
color: #221c6e;
}
.color-3 {
color: #32277c;
}
.color-4 {
color: #344cad;
}
.color-5 {
color: #852ba6;
}
/* CSS Variables */
:root {
--color-1: #181448;
--color-2: #221c6e;
--color-3: #32277c;
--color-4: #344cad;
--color-5: #852ba6;
}
Blue Purple Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #181448, #221c6e, #32277c, #344cad, #852ba6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #181448, #221c6e, #32277c, #344cad, #852ba6);
}
似たようなカラーパレット
Blue Purple Dream color palette created on .