Vibrant Decay カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Decay palette
Vibrant Decay カラーパレット CSS
/* CSS */
.color-1 {
color: #8fbc8f;
}
.color-2 {
color: #609d9f;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #4682b4;
}
/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #609d9f;
--color-3: #ff8052;
--color-4: #ff6347;
--color-5: #4682b4;
}
Vibrant Decay の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #609d9f, #ff8052, #ff6347, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #609d9f, #ff8052, #ff6347, #4682b4);
}
似たようなカラーパレット
下にスクロールして100+個のエステティックカラーパレットを探索しましょう
Vibrant Decay color palette created on .