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