Teal Rational カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Rational palette

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

Teal Rational カラーパレット CSS

/* CSS */
.color-1 {
color: #4ca1ae;
}
.color-2 {
color: #6fd3c0;
}
.color-3 {
color: #9de2d6;
}
.color-4 {
color: #f2e44a;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #4ca1ae;
--color-2: #6fd3c0;
--color-3: #9de2d6;
--color-4: #f2e44a;
--color-5: #f0a800;
}

Teal Rational の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ca1ae, #6fd3c0, #9de2d6, #f2e44a, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ca1ae, #6fd3c0, #9de2d6, #f2e44a, #f0a800);
}

Teal Rational color palette created on .