Data Stream Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Data Stream Delight palette
Data Stream Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2a698d;
}
.color-3 {
color: #4e9eb7;
}
.color-4 {
color: #85d4e0;
}
.color-5 {
color: #f9f34e;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2a698d;
--color-3: #4e9eb7;
--color-4: #85d4e0;
--color-5: #f9f34e;
}
Data Stream Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2a698d, #4e9eb7, #85d4e0, #f9f34e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2a698d, #4e9eb7, #85d4e0, #f9f34e);
}
似たようなカラーパレット
Data Stream Delight color palette created on .