Saturated Blue Green Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Saturated Blue Green Orange palette

このパレットを共有する先:

Saturated Blue Green Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #19c292;
}
.color-2 {
color: #1ad5c9;
}
.color-3 {
color: #4feeb9;
}
.color-4 {
color: #ff8847;
}
.color-5 {
color: #ffb338;
}

/* CSS Variables */
:root {
--color-1: #19c292;
--color-2: #1ad5c9;
--color-3: #4feeb9;
--color-4: #ff8847;
--color-5: #ffb338;
}

Saturated Blue Green Orange の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19c292, #1ad5c9, #4feeb9, #ff8847, #ffb338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19c292, #1ad5c9, #4feeb9, #ff8847, #ffb338);
}

似たようなカラーパレット

Saturated Blue Green Orange color palette created on .