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