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