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