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