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