Whispers of Iris カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Iris palette
Whispers of Iris カラーパレット CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #7991d7;
}
.color-3 {
color: #98b3e1;
}
.color-4 {
color: #b5d9f2;
}
.color-5 {
color: #e0c2e5;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7991d7;
--color-3: #98b3e1;
--color-4: #b5d9f2;
--color-5: #e0c2e5;
}
Whispers of Iris の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7991d7, #98b3e1, #b5d9f2, #e0c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7991d7, #98b3e1, #b5d9f2, #e0c2e5);
}
似たようなカラーパレット
Whispers of Iris color palette created on .