Vibrant Cool カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Cool palette
Vibrant Cool カラー パレット PNG 画像
Vibrant Cool カラーパレット CSS
/* CSS */
.color-1 {
color: #09bae1;
}
.color-2 {
color: #00b893;
}
.color-3 {
color: #00ccc9;
}
.color-4 {
color: #0984e1;
}
.color-5 {
color: #6b5be6;
}
/* CSS Variables */
:root {
--color-1: #09bae1;
--color-2: #00b893;
--color-3: #00ccc9;
--color-4: #0984e1;
--color-5: #6b5be6;
}
Vibrant Cool の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #09bae1, #00b893, #00ccc9, #0984e1, #6b5be6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #09bae1, #00b893, #00ccc9, #0984e1, #6b5be6);
}
似たようなカラーパレット
Vibrant Cool color palette created on .