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