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