Bright Yellow Blue Green Red Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Yellow Blue Green Red Pink palette
Bright Yellow Blue Green Red Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #5c9b46;
}
.color-3 {
color: #4e78b7;
}
.color-4 {
color: #d44f40;
}
.color-5 {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #5c9b46;
--color-3: #4e78b7;
--color-4: #d44f40;
--color-5: #f4c3d8;
}
Bright Yellow Blue Green Red Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
似たようなカラーパレット
Bright Yellow Blue Green Red Pink color palette created on .