Vibrant Echoes of Alex カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Echoes of Alex palette
Vibrant Echoes of Alex カラーパレット CSS
/* CSS */
.color-1 {
color: #19b3e6;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #19b3e6;
--color-2: #faa700;
--color-3: #ff4d4f;
--color-4: #ff7142;
--color-5: #ffcc00;
}
Vibrant Echoes of Alex の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b3e6, #faa700, #ff4d4f, #ff7142, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b3e6, #faa700, #ff4d4f, #ff7142, #ffcc00);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Vibrant Echoes of Alex color palette created on .