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