Raw Sunshine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Raw Sunshine palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Raw Sunshine カラーパレット (PNG) をダウンロード
Raw Sunshine カラーパレット CSS
/* CSS */
.color-1 {
color: #d27e46;
}
.color-2 {
color: #e3b668;
}
.color-3 {
color: #f2d58c;
}
.color-4 {
color: #f9e3b4;
}
.color-5 {
color: #f6a94c;
}
/* CSS Variables */
:root {
--color-1: #d27e46;
--color-2: #e3b668;
--color-3: #f2d58c;
--color-4: #f9e3b4;
--color-5: #f6a94c;
}
Raw Sunshine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d27e46, #e3b668, #f2d58c, #f9e3b4, #f6a94c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d27e46, #e3b668, #f2d58c, #f9e3b4, #f6a94c);
}
似たようなカラーパレット
Raw Sunshine color palette created on .