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