Deep Green Daydream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Green Daydream palette
Deep Green Daydream カラーパレット CSS
/* CSS */
.color-1 {
color: #3e6a79;
}
.color-2 {
color: #4ea679;
}
.color-3 {
color: #65b879;
}
.color-4 {
color: #7dd480;
}
.color-5 {
color: #a2e7a2;
}
/* CSS Variables */
:root {
--color-1: #3e6a79;
--color-2: #4ea679;
--color-3: #65b879;
--color-4: #7dd480;
--color-5: #a2e7a2;
}
Deep Green Daydream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6a79, #4ea679, #65b879, #7dd480, #a2e7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6a79, #4ea679, #65b879, #7dd480, #a2e7a2);
}
似たようなカラーパレット
Deep Green Daydream color palette created on .