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