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