Ying Yue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ying Yue palette
Ying Yue カラーパレット CSS
/* CSS */
.color-1 {
color: #cbcee6;
}
.color-2 {
color: #b5b4da;
}
.color-3 {
color: #a59fd5;
}
.color-4 {
color: #4583c9;
}
.color-5 {
color: #335799;
}
/* CSS Variables */
:root {
--color-1: #cbcee6;
--color-2: #b5b4da;
--color-3: #a59fd5;
--color-4: #4583c9;
--color-5: #335799;
}
Ying Yue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbcee6, #b5b4da, #a59fd5, #4583c9, #335799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbcee6, #b5b4da, #a59fd5, #4583c9, #335799);
}
Ying Yue color palette created on .